{
  "id": "/chikara-os",
  "name": "CHIKARA OS",
  "short_name": "CHIKARA",
  "description": "Sovereign Mobile Intelligence Environment. A unified operating-environment experience for the CHIKARA ecosystem \u2014 offline-first, on-device, interoperable.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#F7F3E8",
  "theme_color": "#F7F3E8",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "app-icons/chikara.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "app-icons/chikara-mask.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "CHIKARA Search",
      "short_name": "Search",
      "description": "Search applications, files and settings",
      "url": "./index.html?action=search",
      "icons": [
        {
          "src": "app-icons/system-search.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "CHIKARA Files",
      "short_name": "Files",
      "description": "Open CHIKARA Files",
      "url": "./index.html?action=files",
      "icons": [
        {
          "src": "app-icons/system-files.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "CHIKARA Connect",
      "short_name": "Connect",
      "description": "Manage connected services",
      "url": "./index.html?action=connect",
      "icons": [
        {
          "src": "app-icons/system-connect.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            "text/*",
            ".docx",
            ".xlsx"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+chikara",
      "url": "./index.html?action=%s"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}
