{
  "name": "OllieSafe",
  "short_name": "OllieSafe",
  "description": "Multi-state OSHA compliance platform",
  "id": "/field",
  "start_url": "/field?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Field Work",
      "short_name": "Field",
      "description": "Open the offline-ready field work console",
      "url": "/field?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Report Incident",
      "short_name": "Report",
      "description": "Start an incident report",
      "url": "/incidents/report?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "SDS Offline Lookup",
      "short_name": "SDS",
      "description": "Open cached safety data sheets",
      "url": "/sds/offline?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sync Issues",
      "short_name": "Sync",
      "description": "Review field records waiting to sync",
      "url": "/incidents/sync-issues?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
