{
  "name": "Pok\u00e9mon Explorer",
  "short_name": "PKMN Explorer",
  "description": "A mobile-first idle Pok\u00e9mon exploration game. Send trainers on expeditions and discover new Pok\u00e9mon.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fbf9f8",
  "theme_color": "#fbf9f8",
  "scope": "/",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "/assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/assets/icons/favicon.svg", "sizes": "48x48", "type": "image/svg+xml" }
  ],
  "screenshots": []
}