{
  "name": "Hostwise",
  "short_name": "Hostwise",
  "description": "AI-powered hotel management dashboard",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#4b8fff",
  "orientation": "any",
  "scope": "/",
  "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"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open hotel dashboard"
    },
    {
      "name": "Bookings",
      "url": "/dashboard?tab=bookings",
      "description": "View today's bookings"
    },
    {
      "name": "AI Command Center",
      "url": "/dashboard?tab=karpathybriefing",
      "description": "Morning briefing & AI decisions"
    },
    {
      "name": "Staff Portal",
      "url": "/staff",
      "description": "Housekeeping & maintenance"
    }
  ]
}
