{
  "name": "Capturing Website",
  "short_name": "Capturing Website",
  "description": "Record camera and screen directly in your browser. Privacy-first, local capture with no cloud upload required.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f6f2",
  "theme_color": "#f05a28",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".capws"],
        "application/octet-stream": [".capws"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
