diff options
| author | Teddy Wing | 2021-01-17 16:18:11 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2021-01-17 16:18:11 +0100 | 
| commit | b43a8679a15b6fc704f94e5a9eeca7f100fba425 (patch) | |
| tree | 149d7ed7742b4436c6e1f591330f539304e82bdf | |
| parent | 05544f7b31667c3a74d3ab254d53475e0f201b0d (diff) | |
| download | extreload-b43a8679a15b6fc704f94e5a9eeca7f100fba425.tar.bz2 | |
Add extreload/manifest.json
Add Native Messaging host manifest. Use a temporary path until we come
up with an install script that can reference a more permanent path.
| -rw-r--r-- | extreload/manifest.json | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/extreload/manifest.json b/extreload/manifest.json new file mode 100644 index 0000000..7660889 --- /dev/null +++ b/extreload/manifest.json @@ -0,0 +1,9 @@ +{ +	"name": "com.teddywing.extreload", +	"description": "extreload", +	"path": "/tmp/extreload", +	"type": "stdio", +	"allowed_origins": [ +		"chrome-extension://pacpdcpgfbpkdpmhfaljffnfbdanmblh/" +	] +} | 
