{
  "name": "mux - coder multiplexer",
  "short_name": "mux",
  "description": "Parallel agentic development with Electron + React",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#1e1e1e",
  "theme_color": "#1e1e1e",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["development", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Workspace",
      "short_name": "New",
      "description": "Create a new workspace",
      "url": "./?action=new",
      "icons": []
    }
  ]
}
