{
  "id": "/",
  "scope": "/",
  "name": "KLAIMCHEK — Insurance Claim Verification",
  "short_name": "KLAIMCHEK",
  "description": "KLAIMCHEK by MDSINS Insurance Services — Verify faster. File smarter. Get indemnified.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0B1F3A",
  "theme_color": "#0B1F3A",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "File a Claim",
      "short_name": "New Claim",
      "description": "Start a new insurance claim with the guided intake wizard",
      "url": "/triage?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Claims",
      "short_name": "Claims",
      "description": "View drafts, active claims, and game plans",
      "url": "/claims?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Insurance Vault",
      "short_name": "Vault",
      "description": "Access your policies, documents, and inventory",
      "url": "/vault?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
