{
  "name": "Barzac Restaurant Manager",
  "short_name": "Barzac",
  "description": "Restaurant management system — orders, kitchen, tables, analytics",
  "start_url": "/static/pages/login.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#22c55e",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
