{
  "name": "GeoWatch — Earthquakes & Volcanoes",
  "short_name": "GeoWatch",
  "description": "Live USGS earthquake and volcano monitoring with weather data. Created by Alen Selak.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#FF3C00",
  "lang": "en",
  "categories": ["weather", "science", "news"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Earthquakes",
      "short_name": "Quakes",
      "description": "View live earthquake data",
      "url": "/?tab=earthquakes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "description": "View current weather",
      "url": "/?tab=weather",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
