{
  "name": "Loyalty — Earn rewards on every visit",
  "short_name": "Loyalty",
  "description": "QR menu, GPS-verified loyalty stamps, and digital receipts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My loyalty card",
      "url": "/my-card",
      "description": "View your stamps and rewards"
    }
  ]
}
