{
  "name": "GuestHub — Koh Samui",
  "short_name": "GuestHub",
  "description": "Your island guide — places, events, and villa info in one app",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c4a6e",
  "theme_color": "#c9a96e",
  "lang": "en",
  "icons": [
    {
      "src": "/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "url": "/calendar.html",
      "description": "Island events calendar"
    },
    {
      "name": "Search",
      "url": "/search.html",
      "description": "Find places and services"
    }
  ],
  "categories": ["travel", "lifestyle", "entertainment"]
}
