{
  "name": "EHS Suite",
  "short_name": "EHS Suite",
  "description": "Mobile inspection management system with QR code scanning",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/Rounded.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "New",
      "description": "Start a new inspection",
      "url": "/new-inspection",
      "icons": [
        {
          "src": "/Rounded.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Inspections",
      "short_name": "My",
      "description": "View my inspections",
      "url": "/my-inspections",
      "icons": [
        {
          "src": "/Rounded.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+inspection",
      "url": "/public-inspection?%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/public-inspection",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ]
} 