{
  "$comment_purpose": "Retab PWA manifest. Phase 6 follow-up — makes /scanner installable as a homescreen app on tablet/phone for cashier use. start_url is /scanner so launching the icon from the homescreen lands the cashier directly on the scanner. scope is / so navigating to other dashboard pages (e.g. owner using sidebar after install) stays in standalone mode instead of falling back to a browser tab.",
  "name": "Retab",
  "short_name": "Retab",
  "description": "Digital loyalty cards for modern stores",
  "start_url": "/scanner",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0F172A",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ]
}
