-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
28 lines (27 loc) · 927 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"background": {
"page": "main.html"
},
"browser_action": {
"default_icon": "assets/images/icon-blue.png",
"default_popup": "popup.html",
"default_title": "__MSG_manifest_iconTitle__"
},
"default_locale": "en",
"description": "Proxy SwitchySharp for IIT Kharagpur chooses automatically the fastest proxy server available. Enjoy!",
"icons": {
"128": "assets/images/icon-128.png",
"16": "assets/images/icon.png"
},
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"]
}],
"manifest_version": 2,
"minimum_chrome_version": "18.0.0",
"name": "Proxy SwitchySharp for IIT Kharagpur",
"options_page": "options.html",
"permissions": [ "proxy", "tabs", "\u003Call_urls>", "http://*/*", "https://*/*", "ftp://*/*" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.1.0"
}