{
  "$comment": "Static fallback PWA manifest. Production manifests are per-tenant runtime-generated by the tenant Worker (see initialplan.md §16). No tenant-specific branding lives here; background_color/theme_color are intentionally omitted so the tenant Worker can inject them per-preset.",
  "name": "PharmacyOS",
  "short_name": "PharmacyOS",
  "description": "Pharmacy management — counter POS, inventory, prescriptions, suppliers, compliance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "medical", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "POS",
      "short_name": "POS",
      "url": "/pos-mode",
      "description": "Open the point-of-sale counter"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the operator dashboard"
    }
  ]
}
