{
  "id": "/app",
  "name": "TableClicks Customer App",
  "short_name": "TableClicks",
  "description": "Customer mobile dashboard for ordering, reservations, QR scanning, and venue discovery.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "lang": "en",
  "categories": ["food", "lifestyle", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open customer app",
      "short_name": "Open app",
      "url": "/app"
    }
  ]
}
