{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/web-manifest.json",
  "short_name": "lobox",
  "dir": "auto",
  "name": "lobox",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",

  "start_url": "/?launchedfrom=homescreen",
  "scope": "/",
  "id": "/xLHnf5r77tZBk52ykxYC",
  "prefer_related_applications": false,
  "related_applications": [],
  "categories": ["social", "business", "job"],
  "description": "Link outside the box to create your own network",
  "icons": [
    {
      "src": "/assets/icons/icon512_rounded.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon512_maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pwa",
      "url": "/?launchedfrom=homescreen&pwaprotocolredirect=%s"
    },
    {
      "protocol": "web+lobox",
      "url": "/?launchedfrom=homescreen&pwaprotocolredirect=%s"
    }
  ]
}
