{
  "name": "PoliGuessr",
  "short_name": "PoliGuessr",
  "description": "Test your political geography knowledge by guessing voting patterns across America",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🗳️</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "education"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play Classic",
      "url": "/play?mode=classic",
      "description": "Start a Classic game"
    },
    {
      "name": "Play Streak",
      "url": "/play?mode=streak",
      "description": "Start a Streak game"
    },
    {
      "name": "Daily Challenge",
      "url": "/daily",
      "description": "Play today's Daily Challenge"
    }
  ]
}
