{
  "name": "GeoDojo — World Geography Quiz",
  "short_name": "GeoDojo",
  "description": "Master world flags and capitals. Belt ranking system, daily challenges, 39 lessons across 5 continents.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F8F2",
  "theme_color": "#FF3366",
  "lang": "en",
  "categories": ["education", "games"],
  "screenshots": [
    {
      "src": "/screenshot-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with daily challenge"
    },
    {
      "src": "/screenshot-quiz.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Flag quiz in progress"
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Daily Dojo",
      "short_name": "Daily",
      "description": "Play today's daily challenge",
      "url": "/?daily=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
