-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (32 loc) · 765 Bytes
/
manifest.json
File metadata and controls
35 lines (32 loc) · 765 Bytes
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
29
30
31
32
33
34
35
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "SetupVPN - Lifetime Free VPN",
"short_name": "SetupVPN",
"description": "Unblock any blocked website in your country, school or company. It's free and easy to use.",
"version": "3.11.9",
"browser_action": {
"browser_style": false,
"default_popup": "popup.html",
"default_icon" : "images/setupvpn-48-grey.png",
"default_title": "SetupVPN"
},
"icons": {
"128": "images/setupvpn-128.png"
},
"permissions": [
"storage",
"proxy",
"notifications",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"tabs",
"management"
],
"background": {
"scripts": [
"js/background.js"
]
}
}