{
  "$comment": "Static fallback PWA manifest for the GADGET vertical (gadgetos.work hosts). Selected per-host by the admin root layout's generateMetadata (apps/admin/src/app/layout.tsx). Mirrors manifest.json with the GadgetOS platform brand. Production per-tenant manifests are still generated at runtime by the Worker; no tenant-specific branding lives here; background_color/theme_color are intentionally omitted so the Worker can inject them per-preset.",
  "name": "GadgetOS",
  "short_name": "GadgetOS",
  "description": "Electronics & gadget retail management — counter POS, serial/IMEI, warranty + RMA, inventory, VAT compliance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "shopping", "productivity"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "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"
    }
  ]
}
