{
  "name": "GeoLore",
  "short_name": "GeoLore",
  "description": "Learn the world through geography quizzes, daily puzzles, and GeoGuessr-style games.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0b1a",
  "theme_color": "#0d0b1a",
  "categories": ["education", "games", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "GeoPath Daily",
      "short_name": "GeoPath",
      "description": "Play today's GeoPath puzzle",
      "url": "/geopath",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "GeoSpy Daily",
      "short_name": "GeoSpy",
      "description": "Play today's GeoSpy game",
      "url": "/geospy",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Today's geography challenge",
      "url": "/daily",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ]
}
