{
  "name": "Golb.fun - Playable City Intelligence",
  "short_name": "Golb.fun",
  "description": "Play, compare, and simulate city relocation decisions on an interactive geographic database.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0e16",
  "theme_color": "#793ef5",
  "orientation": "any",
  "categories": [
    "travel",
    "utilities",
    "games"
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compare Cities",
      "short_name": "Compare",
      "description": "Compare cost of living, weather, safety, and transit across cities",
      "url": "/compare",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "City Explorer Map",
      "short_name": "Explorer",
      "description": "Explore cities on an interactive geographic database",
      "url": "/explorer",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nomad Survival Game",
      "short_name": "Survival Game",
      "description": "Test your budget constraints in different cities",
      "url": "/budget",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
