{
  "name": "Hazrep Safety Platform",
  "short_name": "Hazrep",
  "description": "Mobile-first safety hazard reporting with offline support",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1f2937",
  "background_color": "#1f2937",
  "display_override": ["window-controls-overlay", "standalone"],
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture Hazard",
      "short_name": "Capture",
      "description": "Quick capture a safety hazard",
      "url": "/capture",
      "icons": [{ "src": "/icons/capture.png", "sizes": "96x96" }]
    },
    {
      "name": "Lone Worker",
      "short_name": "Check In",
      "description": "Start lone worker session",
      "url": "/lonework",
      "icons": [{ "src": "/icons/lonework.png", "sizes": "96x96" }]
    },
    {
      "name": "Submissions",
      "short_name": "View",
      "description": "View submissions",
      "url": "/submissions",
      "icons": [{ "src": "/icons/submissions.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/capture.png",
      "type": "image/png",
      "sizes": "360x640",
      "label": "Capture hazards with AI detection"
    },
    {
      "src": "/screenshots/offline.png",
      "type": "image/png",
      "sizes": "360x640",
      "label": "Works offline with automatic sync"
    },
    {
      "src": "/screenshots/map.png",
      "type": "image/png",
      "sizes": "360x640",
      "label": "Interactive maps with offline support"
    }
  ],
  "features": [
    "offline-capable",
    "background-sync",
    "geolocation",
    "camera",
    "storage"
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "dir": "ltr",
  "lang": "en-US",
  "edge_side_panel": {
    "preferred_width": 400
  }
}