{
  "name": "QuakeCheck - Earthquake Map",
  "short_name": "QuakeCheck",
  "description": "Explore recent USGS earthquake activity near you on a live map",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192-20260801.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-20260801.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "weather", "news"],
  "shortcuts": [
    {
      "name": "View Recent Earthquakes",
      "short_name": "Recent",
      "description": "View earthquakes from the last 24 hours",
      "url": "/?view=recent",
      "icons": [
        {
          "src": "/icons/icon-192-20260801.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/quakecheck-earthquake-alerts/id6760574909",
      "id": "6760574909"
    }
  ],
  "prefer_related_applications": false
}
