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 | f16c2ceeda27989f40379f2993fa8eac896637d1 (patch) | |
tree | fc13eabb5c954415fa6167909d21512072f3e251 /works/ProxyChanger/manifest.json | |
download | crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.tar.gz crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.tar.bz2 crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.zip |
import(ProxyChanger): Init.
Diffstat (limited to 'works/ProxyChanger/manifest.json')
-rw-r--r-- | works/ProxyChanger/manifest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/works/ProxyChanger/manifest.json b/works/ProxyChanger/manifest.json new file mode 100644 index 0000000..b2f1be5 --- /dev/null +++ b/works/ProxyChanger/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"
+ }
+}
|