{
  "id": "/",
  "name": "CarDrive",
  "short_name": "CarDrive",
  "description": "Solicite corridas rápidas com CarDrive",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#111111",
  "orientation": "portrait",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["travel", "navigation", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.jpg",
      "sizes": "402x874",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Tela inicial do CarDrive"
    }
  ]
}
