{
  "name": "AI Agent - Multi-Agent Assistant",
  "short_name": "AI Agent",
  "description": "A powerful multi-agent AI assistant with full system access",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0a0f1a",
  "theme_color": "#0a0f1a",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "categories": ["developer", "productivity", "utilities"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Session",
      "short_name": "New",
      "url": "/?action=new",
      "description": "Start a new agent session",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt", ".md", ".log"],
        "text/javascript": [".js", ".mjs", ".ts"],
        "text/x-python": [".py"],
        "application/json": [".json"]
      }
    }
  ],
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}
