{
  "name": "Car Pokédex",
  "short_name": "PokéDex",
  "description": "Spot and log cars wherever you are. Gotta spot them all!",
  "start_url": "/pokedex/",
  "scope": "/pokedex/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/pokedex/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pokedex/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
