claude-code-router/packages/electron/bundled-plugins/claude-ship/plugin.json
2026-07-26 18:09:01 +08:00

28 lines
690 B
JSON

{
"id": "claude-ship",
"name": "Claude Ship",
"description": "Opens Claude Ship in a dedicated Electron window and routes its local traffic through the CCR wrapper backend with configurable model routing.",
"module": "index.cjs",
"surfaces": {
"apps": true,
"gateway": true,
"provider": false
},
"permissions": [
"trusted-code",
"apps",
"gateway-routes",
"proxy-routes",
"http-backends",
"sqlite-store"
],
"apps": [
{
"id": "claude-ship",
"name": "Claude Ship",
"description": "Open Claude Ship in a dedicated CCR Electron window.",
"icon": "rocket",
"url": "https://claude.ai/claude-ship"
}
]
}