{
  "name": "BillBusted — AI Medical Bill Auditor",
  "short_name": "BillBusted",
  "description": "Free AI medical bill audit. Scan a bill, decode an EOB, check charity care eligibility, generate dispute letters — all in plain English.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3a877b",
  "background_color": "#f7f8f4",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a bill",
      "short_name": "Scan",
      "description": "Free AI scan of a medical bill",
      "url": "/scan/?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Decode an EOB",
      "short_name": "EOB",
      "description": "Free Explanation of Benefits decoder",
      "url": "/eob-scan/?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Charity care eligibility",
      "short_name": "Charity",
      "description": "Free 501(r) hospital financial assistance match",
      "url": "/charity-care/?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
