Files
qwen-code/packages/chrome-qwen-bridge/native-host/manifest.json
2025-12-20 00:58:41 +08:00

9 lines
228 B
JSON

{
"name": "com.qwen.cli.bridge",
"description": "Native messaging host for Qwen CLI Bridge Chrome extension",
"path": "HOST_PATH",
"type": "stdio",
"allowed_origins": [
"chrome-extension://YOUR_EXTENSION_ID/"
]
}