{
  "name": "GoldRush — Sunset & Sunrise Finder",
  "short_name": "GoldRush",
  "description": "Find the best spots to watch London's golden hour. 155 hand-curated viewpoints with ratings, photos, and golden-hour alerts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#0d0d0d",
  "theme_color": "#FF6A00",
  "categories": ["lifestyle", "navigation", "photography"],
  "lang": "en-GB",
  "dir": "ltr",
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "GoldRush map view showing London's best sunset spots"
    }
  ],
  "shortcuts": [
    {
      "name": "Tonight's Spots",
      "short_name": "Tonight",
      "description": "Browse spots for tonight's golden hour",
      "url": "/?filter=tonight",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "description": "See London's top-rated sunset viewpoints",
      "url": "/leaderboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
