{
  "name": "Hivemind — Agent OS",
  "short_name": "Hivemind",
  "description": "Autonomous Multi-Agent Software Development Platform. Build features with a team of specialized AI agents working in parallel.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#0a0b0f",
  "theme_color": "#638cff",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "developer-tools", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "label": "Hivemind Agent OS — Mission Control Dashboard",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Create a new agent project",
      "url": "/?action=new-project",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+hivemind",
      "url": "/?task=%s"
    }
  ]
}
