{
  "name": "Table & Tales — Craft Café",
  "short_name": "Table & Tales",
  "description": "Premium Japandi-inspired craft café. Browse the menu, reserve a table, and stay for the second cup.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F5EFE6",
  "theme_color": "#3B2A1E",
  "categories": ["food", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/asstes/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/asstes/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/asstes/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reserve a Table",
      "short_name": "Reserve",
      "url": "/index.html#reservation",
      "description": "Book a table for a slow morning"
    },
    {
      "name": "View Menu",
      "short_name": "Menu",
      "url": "/index.html#menu",
      "description": "See today's menu"
    }
  ]
}
