{
  "name": "W3 Hotel PMS",
  "short_name": "W3 PMS",
  "description": "W3 Hotel Property Management System — reservations, housekeeping, F&B, finance, and AI-powered insights for hotels of all sizes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#16a34a",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/?module=dashboard",
      "description": "Go to the live hotel dashboard"
    },
    {
      "name": "Front Office",
      "short_name": "Front Office",
      "url": "/?module=front-office",
      "description": "Manage reservations and check-ins"
    }
  ]
}
