{
  "name": "Camping Alert",
  "short_name": "Camping Alert",
  "description": "Camping Alert helps campers check weather, send SOS, track hikes, save camp location, and find their way back to camp.",
  "start_url": "/login.html",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f8fafc",
  "theme_color": "#0077b6",
  "orientation": "portrait-primary",
  "categories": [
    "travel",
    "navigation",
    "weather",
    "safety"
  ],
  "icons": [
    {
      "src": "/icons/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Camping Alert",
      "short_name": "Open",
      "description": "Open the Camping Alert app",
      "url": "/login.html",
      "icons": [
        {
          "src": "/icons/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Find My Camp",
      "short_name": "Find Camp",
      "description": "Open Camping Alert to use Find My Camp and offline breadcrumbs",
      "url": "/index.html#find-my-camp",
      "icons": [
        {
          "src": "/icons/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
