diff options
author | crupest <crupest@outlook.com> | 2020-10-21 17:14:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-21 17:14:56 +0800 |
commit | a95c1bb90af94c0a3e9dff488a40f8dc709c3585 (patch) | |
tree | f0182c22745471b70657eb3da295a91823c5e188 /manifest.json | |
parent | d7d09fc08a85fb8af4ef3bd3788961a01a26c515 (diff) | |
download | ProxyChanger-a95c1bb90af94c0a3e9dff488a40f8dc709c3585.tar.gz ProxyChanger-a95c1bb90af94c0a3e9dff488a40f8dc709c3585.tar.bz2 ProxyChanger-a95c1bb90af94c0a3e9dff488a40f8dc709c3585.zip |
Allow to set proxy url.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index b2f1be5..d37af97 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,14 @@ "name": "Proxy Changer",
"version": "1.0",
"description": "A proxy changer.",
- "permissions": ["proxy"],
+ "permissions": ["proxy", "storage"],
"browser_action": {
"default_icon": "icons/black_circle.png",
"default_title": "Change proxy.",
"default_popup": "popup/popup.html"
+ },
+ "options_ui": {
+ "page": "settings/settings.html",
+ "browser_style": true
}
}
|