{
  "name": "Grand HMS — Hotel Management System",
  "short_name": "Grand HMS",
  "description": "Complete hotel management platform for front desk, housekeeping, billing, and analytics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "https://api.dicebear.com/7.x/initials/svg?seed=GH&backgroundColor=c9a84c&textColor=0f172a&fontSize=40&bold=true&size=192",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "https://api.dicebear.com/7.x/initials/svg?seed=GH&backgroundColor=c9a84c&textColor=0f172a&fontSize=40&bold=true&size=512",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "label": "Grand HMS Dashboard",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to Hotel Dashboard",
      "url": "/hotel-dashboard"
    },
    {
      "name": "Front Desk",
      "short_name": "Front Desk",
      "description": "Check-in / Check-out",
      "url": "/front-desk"
    },
    {
      "name": "Reservations",
      "short_name": "Bookings",
      "description": "View all reservations",
      "url": "/reservations"
    }
  ]
}
