{
  "short_name": "SafeSync",
  "name": "SafeSync: QR Digital Maintenance & LOTO Portal",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#FAFAF7",
  "theme_color": "#EAB308",
  "display": "standalone",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan QR",
      "url": "/#scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Active Alerts",
      "short_name": "Alerts",
      "url": "/#alerts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
