{
  "name": "Catchsera Admin",
  "short_name": "Catchsera",
  "description": "Catchsera restaurant AI ordering — admin portal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "System Health",
      "short_name": "Health",
      "description": "Check all systems",
      "url": "/#health",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Restaurants",
      "short_name": "Restaurants",
      "url": "/#restaurants",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
