{
  "name": "Globehits",
  "short_name": "Globehits",
  "description": "Music geography quiz: identify songs from countries around the world, collect travel stamps, and climb weekly leagues.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["games", "entertainment", "education"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play",
      "short_name": "Play",
      "url": "/game",
      "description": "Start a new game"
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "url": "/leaderboard",
      "description": "View top players"
    }
  ],
  "screenshots": [
    {
      "src": "/globehits-og.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Globehits game screen"
    }
  ]
}
