{
  "id": "/",
  "short_name": "Demo Hotel",
  "name": "Demo Hotel Portal",
  "description": "Internal staff portal for Demo Hotel & SPA",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo/logo192B.png",
      "type": "image/png",
      "sizes": "196x196"
    },
    {
      "src": "logo/logo512B.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "logo/logo512B.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "logo/mono192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "monochrome"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#005587",
  "background_color": "#005587",
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*"] }
      ]
    }
  }
}
