{
  "id": "/",
  "short_name": "Events App",
  "name": "Events App (PWA)",
  "description": "Offline-capable events app with background sync",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "dir": "ltr",
  "lang": "en-GB",
  "orientation": "portrait-primary",
  "theme_color": "#5599c8",
  "background_color": "#d6d7cf",
  "protocol_handlers": [
    {
      "protocol": "web+eventsapp",
      "url": "/?mode=protocol&target=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icons/app-icon-16x16.webp", "type": "image/webp", "sizes": "16x16", "purpose": "any" },
    { "src": "/icons/app-icon-48x48.webp", "type": "image/webp", "sizes": "48x48", "purpose": "any" },
    { "src": "/icons/app-icon-64x64.webp", "type": "image/webp", "sizes": "64x64", "purpose": "any" },
    { "src": "/icons/app-icon-192x192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "/icons/app-icon-512x512.webp", "type": "image/webp", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/icons/desktop-screenshot.webp",
      "sizes": "1280x727",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Desktop View"
    }
  ]
}