{
  "name": "Eye on Storm",
  "short_name": "EyeOnStorm",
  "description": "Gulf Coast Community Emergency Network \u2014 real-time alerts, community reports, gas, shelters, evacuation. Works offline.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1c1917",
  "theme_color": "#d97706",
  "categories": [
    "utilities",
    "lifestyle",
    "navigation"
  ],
  "lang": "en-US",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-feed.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Emergency feed"
    },
    {
      "src": "/screenshot-map.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Emergency map"
    }
  ],
  "shortcuts": [
    {
      "name": "SOS",
      "url": "/feed?sos=1",
      "icons": [
        {
          "src": "/icon-sos.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Emergency Map",
      "url": "/map",
      "icons": [
        {
          "src": "/icon-map.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Gas Stations",
      "url": "/gas",
      "icons": [
        {
          "src": "/icon-gas.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Medical ID",
      "url": "/medical",
      "icons": [
        {
          "src": "/icon-med.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/feed",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "id": "/eyeonstorm"
}