{
  "name": "OffGrid Emergency OS",
  "short_name": "OffGrid",
  "description": "North American household preparedness, official-source alerts, emergency check-ins and encrypted offline plans.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0c1110",
  "theme_color": "#ef7f45",
  "icons": [{ "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" }],
  "shortcuts": [
    {
      "name": "Emergency mode",
      "short_name": "Emergency",
      "url": "/emergency",
      "icons": [{ "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" }]
    },
    {
      "name": "Offline pack",
      "short_name": "Offline",
      "url": "/offline",
      "icons": [{ "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" }]
    }
  ]
}
