{
  "name": "Parrot Lodge PMS",
  "short_name": "Parrot Lodge",
  "description": "Property Management System — Bulawayo, Zimbabwe",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1f3d27",
  "theme_color": "#1f3d27",
  "categories": ["business", "productivity"],
  "lang": "en-ZW",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Parrot Lodge PMS Dashboard"
    },
    {
      "src": "/icons/screenshot-narrow.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Parrot Lodge PMS on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Create a new reservation",
      "url": "/reservations/new",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Housekeeping",
      "short_name": "HK",
      "description": "View room status board",
      "url": "/housekeeping",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Kitchen Orders",
      "short_name": "Kitchen",
      "description": "Manage kitchen orders",
      "url": "/kitchen",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
