{
  "name": "GuestGuard Network",
  "short_name": "GuestGuard",
  "description": "Hospitality Risk Management Platform — Share and access guest incident reports to protect your properties.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1a1d2e",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Submit incident report",
      "short_name": "New report",
      "url": "/submit-report",
      "description": "File a new guest incident report"
    },
    {
      "name": "Search guests",
      "short_name": "Search",
      "url": "/search",
      "description": "Check the network for a guest"
    }
  ]
}
