mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-23 02:07:52 +00:00
9 lines
228 B
JSON
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/"
|
|
]
|
|
} |