Files
gdown/tools/native-host/manifest/org.gdown.nativehost.json.template

10 lines
211 B
Plaintext
Raw Normal View History

{
"name": "org.gdown.nativehost",
"description": "gdown Native Messaging Host",
"path": "__ABSOLUTE_HOST_PATH__",
"type": "stdio",
"allowed_origins": [
"chrome-extension://__EXTENSION_ID__/"
]
}