{
  "name": "Crip Weather",
  "short_name": "Crip Weather",
  "description": "Live weather, 14-day forecasts, radar, Met Office warnings, and hourly alerts. Free online or install on your device.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050a14",
  "theme_color": "#050a14",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "assets/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Weather dashboard",
      "short_name": "Dashboard",
      "url": "./",
      "description": "Full weather dashboard"
    },
    {
      "name": "Radar view",
      "short_name": "Radar",
      "url": "./?view=radar",
      "description": "Open radar map"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "./#settings",
      "description": "Notification and unit preferences"
    },
    {
      "name": "Changelog",
      "short_name": "Changelog",
      "url": "./#changelog",
      "description": "View version history"
    }
  ]
}
