Files
browser-cli/com.browsercli.host.json
T
2026-04-08 21:17:59 +02:00

10 lines
254 B
JSON

{
"name": "com.browsercli.host",
"description": "browser-cli native messaging host",
"path": "/REPLACE_WITH_ABSOLUTE_PATH/browser-cli-native-host",
"type": "stdio",
"allowed_origins": [
"chrome-extension://REPLACE_WITH_EXTENSION_ID/"
]
}