{
  "name": "Billing Codes",
  "short_name": "BillingCodes",
  "description": "Track changes to Australian government health billing codes — MBS, NDIS, DVA and Prescribed List",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Prescribed List",
      "url": "/prescribed-list",
      "description": "Search the Prescribed List"
    },
    {
      "name": "MBS",
      "url": "/mbs",
      "description": "Search Medicare Benefits Schedule"
    },
    {
      "name": "Watch List",
      "url": "/account/watchlist",
      "description": "Manage your watch list"
    }
  ],
  "categories": ["medical", "utilities"],
  "lang": "en-AU"
}
