10 lines
254 B
JSON
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/"
|
|
]
|
|
}
|