diff options
author | crupest <crupest@outlook.com> | 2020-10-21 16:28:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-21 16:28:59 +0800 |
commit | d7d09fc08a85fb8af4ef3bd3788961a01a26c515 (patch) | |
tree | cb96bc98d06810d5d3dcc4cba329bac50cf64609 /manifest.json | |
download | ProxyChanger-d7d09fc08a85fb8af4ef3bd3788961a01a26c515.tar.gz ProxyChanger-d7d09fc08a85fb8af4ef3bd3788961a01a26c515.tar.bz2 ProxyChanger-d7d09fc08a85fb8af4ef3bd3788961a01a26c515.zip |
Init.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b2f1be5 --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{
+ "manifest_version": 2,
+ "name": "Proxy Changer",
+ "version": "1.0",
+ "description": "A proxy changer.",
+ "permissions": ["proxy"],
+ "browser_action": {
+ "default_icon": "icons/black_circle.png",
+ "default_title": "Change proxy.",
+ "default_popup": "popup/popup.html"
+ }
+}
|