{
  "id": "/dashboard.html",
  "name": "Master Benching",
  "short_name": "Benching",
  "description": "Discover, rate, and conquer the world's best park benches. Crowdsourced bench maps with PvP territory conquest.",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/dashboard.html?utm_source=pwa",
  "scope": "/",
  "background_color": "#090d16",
  "theme_color": "#10b981",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "categories": ["maps", "lifestyle", "games"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Rate a Bench",
      "short_name": "Rate",
      "description": "Add a new bench rating",
      "url": "/index.html?utm_source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open the bench map",
      "url": "/dashboard.html?utm_source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
