{
  "name": "Serene Spa — Room Tablet",
  "short_name": "Spa Tablet",
  "description": "In-room self-order for spa, sauna and steam guests. Tap your bracelet to order food, drinks and services.",
  "id": "/?app=spa-tablet",
  "start_url": "/tablet",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "fullscreen", "standalone", "tabbed"],
  "orientation": "landscape",
  "background_color": "#1d5eb8",
  "theme_color": "#1d5eb8",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "food", "shopping"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "scope_extensions": [
    { "origin": "https://self-customer.opendx.tech" }
  ],
  "related_applications": [
    { "platform": "webapp", "url": "https://self-customer.opendx.tech/manifest.webmanifest" }
  ],
  "handle_links": "preferred",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 480 },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wide-home.jpg",
      "sizes": "1920x1280",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Spa tablet home"
    },
    {
      "src": "/screenshots/narrow-confirm.jpg",
      "sizes": "768x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Bracelet confirmation"
    }
  ],
  "shortcuts": [
    { "name": "Open tablet", "short_name": "Tablet", "url": "/tablet", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Staff console", "short_name": "Staff", "url": "/staff", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "share_target": {
    "action": "/tablet",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+spa", "url": "/tablet?uid=%s" }
  ],
  "file_handlers": [
    {
      "action": "/tablet",
      "accept": { "text/plain": [".txt"] }
    }
  ],
  "note_taking": {
    "new_note_url": "/tablet?note=new"
  },
  "widgets": [
    {
      "name": "Spa Quick Order",
      "short_name": "Quick Order",
      "description": "Start a new in-room spa order from your home screen.",
      "tag": "spa-quick-order",
      "template": "spa-quick-order-template",
      "ms_ac_template": "/widgets/quick-order.json",
      "data": "/widgets/quick-order-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/narrow-confirm.jpg",
          "sizes": "768x1280",
          "label": "Quick order widget"
        }
      ],
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "auth": false,
      "update": 86400
    }
  ]
}
