{
  "name": "Éire Weather",
  "short_name": "ÉireWx",
  "description": "Professional weather for Ireland — wind, road temperature, driving conditions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050e09",
  "theme_color": "#050e09",
  "orientation": "portrait",
  "icons": [
    { "src": "/icons/icon-192-v2.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-v2.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512-v2.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-v2.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Rain radar", "short_name": "Radar", "description": "Open the live rain radar", "url": "/?go=radar",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Weather near me", "short_name": "Near me", "description": "Weather for your current location", "url": "/?go=here",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Route weather", "short_name": "Route", "description": "Check weather along a route", "url": "/?go=route",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
