{
  "id": "/",
  "name": "TableStack - Restaurant Management",
  "short_name": "TableStack",
  "description": "Complete restaurant management system. Manage orders, tables, inventory, and analytics all in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#1e40af",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/pwa-icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icons/icon-512x512.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TableStack Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/orders",
      "icons": [{ "src": "/pwa-icons/icon-512x512.svg", "sizes": "any" }]
    },
    {
      "name": "Tables",
      "short_name": "Tables",
      "description": "Manage restaurant tables",
      "url": "/tables",
      "icons": [{ "src": "/pwa-icons/icon-512x512.svg", "sizes": "any" }]
    },
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "Manage menu items",
      "url": "/menu",
      "icons": [{ "src": "/pwa-icons/icon-512x512.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
