{
  "name": "rousseau-agent docs",
  "short_name": "rousseau docs",
  "description": "The self-hosted, container-native coding agent. 9 chat transports, 5 LLM providers, MCP server, SLSA-3, cosign, SBOM.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a3a8a",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["developer", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {"src": "/og/root.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any"},
    {"src": "https://cloudcdn.pro/rousseau/v1/icons/192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "https://cloudcdn.pro/rousseau/v1/icons/512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "screenshots": [
    {"src": "/og/root.svg", "sizes": "1200x630", "type": "image/svg+xml", "form_factor": "wide", "label": "rousseau-agent docs landing"},
    {"src": "/og/quickstart.svg", "sizes": "1200x630", "type": "image/svg+xml", "form_factor": "wide", "label": "Quickstart guide"}
  ],
  "shortcuts": [
    {"name": "Quickstart", "short_name": "Quickstart", "url": "/quickstart/", "description": "Install and run rousseau in five minutes"},
    {"name": "Configuration reference", "short_name": "Config", "url": "/configuration/", "description": "Every config field, one page"},
    {"name": "Troubleshooting", "short_name": "Fix", "url": "/troubleshooting/", "description": "25 common failures with fixes"},
    {"name": "Ask AI", "short_name": "Ask", "url": "/?open=ask", "description": "Ask a question of the docs"}
  ],
  "share_target": {
    "action": "/share/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {"protocol": "web+rousseau", "url": "/?deeplink=%s"}
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
