{
  "name": "LABOS+",
  "short_name": "LABOS+",
  "description": "Digital laboratory operating system for modern lab management.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A3D8F",
  "theme_color": "#0A3D8F",
  "categories": ["medical", "productivity", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sync Queue",
      "short_name": "Sync",
      "description": "View pending offline drafts",
      "url": "/offline/sync-queue",
      "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Downtime Mode",
      "short_name": "Downtime",
      "description": "Access printable forms for offline use",
      "url": "/offline/downtime-mode",
      "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
