{
  "name": "XheaRt",
  "short_name": "XheaRt",
  "start_url": "https://xheart.tm-apps.be",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "description": "XheaRt. Visualisering van het hart in XR",
  "lang": "nl",
  "dir": "auto",
  "theme_color": "#000000",
  "background_color": "#A72525",
  "orientation": "any",
  "icons": [
    {
      "src": "/img/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screen.png",
      "sizes": "1633x688",
      "type": "image/png",
      "description": "A screenshot of the app"
    }
  ],
  "id": "xheart",
  "scope": "https://xheart.tm-apps.be",
  "shortcuts": [
    {
      "name": "Home",
      "url": "/",
      "description": "Go to the home page"
    },
    {
      "name": "UI",
      "url": "/ui",
      "description": "Go to the remotemenu"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+xheart",
      "url": "/?url=%s"
    }
  ]
}