-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (46 loc) · 1.07 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"web_accessible_resources": ["assets/img/icon128.png"],
"minimum_chrome_version": "22.0.0",
"name": "__MSG_name__",
"default_locale": "zh_CN",
"icons": {
"128": "assets/img/icon128.png",
"48": "assets/img/icon48.png",
"16": "assets/img/icon.png"
},
"manifest_version": 2,
"homepage_url": "http://googlehelper.net",
"version": "1.4.6",
"options_page": "settings.html",
"background": {
"persistent": true,
"scripts": [
"assets/js/jquery.min.js",
"assets/js/chrome.min.js",
"assets/js/background.js"
]
},
"permissions": [
"notifications",
"management",
"webRequest",
"webRequestBlocking",
"tabs",
"proxy",
"*://*.speedstunnel.com/",
"*://*.ghelper.org/",
"*://*.chromehelper.net/",
"<all_urls>"
],
"js": [
"assets/js/jquery.min.js",
"assets/js/chrome.min.js",
"assets/js/background.js"
],
"browser_action": {
"default_popup": "caipu.html",
"default_title": "__MSG_name__",
"default_icon": "assets/img/icon.png"
},
"description": "__MSG_description__"
}