{
  "id": "/",
  "short_name": "LookupApp",
  "name": "LookupApp (PWA)",
  "description": "Offline-capable app with background sync & cleanup",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "dir": "ltr",
  "lang": "en-UK",
  "orientation": "portrait-primary",
  "theme_color": "#ffffff",
  "background_color": "#d6d7cf",
  "protocol_handlers": [
    {
      "protocol": "web+lookupapp",
      "url": "/?mode=protocol&target=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icons/app-icon-48x48.png", "type": "image/png", "sizes": "48x48", "purpose": "any" },
    { "src": "/icons/app-icon-96x96.png", "type": "image/png", "sizes": "96x96", "purpose": "any" },
    { "src": "/icons/app-icon-144x144.png", "type": "image/png", "sizes": "144x144", "purpose": "any" },
    { "src": "/icons/app-icon-192x192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "/icons/app-icon-256x256.png", "type": "image/png", "sizes": "256x256", "purpose": "any" },
    { "src": "/icons/app-icon-384x384.png", "type": "image/png", "sizes": "384x384", "purpose": "any" },
    { "src": "/icons/app-icon-512x512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/desktop-screenshot.png",
      "sizes": "1280x727",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop View"
    },
    {
      "src": "/mobile-screenshot.png",
      "sizes": "375x656",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Logs",
      "url": "/logs",
      "icons": [{ "src": "/icons/app-icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}