forked from uku/Unblock-Youku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
77 lines (77 loc) · 2.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Unblock Youku",
"version": "2.6.0.15",
"manifest_version": 2,
"minimum_chrome_version": "21.0",
"description": "__MSG_description__",
"icons": {
"16": "chrome/icons/icon16.png",
"48": "chrome/icons/icon48.png",
"128": "chrome/icons/icon128.png"
},
"permissions": [
"proxy",
"webRequest",
"webRequestBlocking",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"shared/tools.js",
"shared/urls.js",
"shared/sogou.js",
"chrome/pages/js/analytics.js",
"chrome/storage.js",
"chrome/config.js",
"chrome/header.js",
"chrome/proxy.js",
"chrome/redirect.js",
"chrome/timezone.js"
]
},
"browser_action": {
"default_title": "Unblock Youku",
"default_icon": "chrome/icons/icon19.png",
"default_popup": "chrome/pages/popup.html"
},
"options_page": "chrome/pages/options.html",
"content_scripts": [{
"matches": ["http://*/*"],
"exclude_matches": [
"http://*.org/*",
"http://*.edu/*",
"http://*.edu.hk/*",
"http://*.edu.tw/*",
"http://*.edu.au/*",
"http://*.edu.sg/*",
"http://*.ac.uk/*",
"http://*.ac.jp/*",
"http://*.cn/*",
"http://*.youku.com/*",
"http://*.tudou.com/*",
"http://*.soku.com/*",
"http://*.sohu.com/*",
"http://*.xunlei.com/*"
],
"exclude_globs" : [
"http://u*.ca/*",
"http://*.u*.ca/*",
"http://uni*.it/*",
"http://*.uni*.it/*",
"http://uni*.de/*",
"http://*.uni*.de/*",
"http://uni*.fr/*",
"http://*.uni*.fr/*",
"http://*game.com/*",
"http://*mail*",
"http://*bank*",
"http://*personal*"
],
"js": ["chrome/content/links.js"],
"run_at": "document_idle",
"all_frames": true
}],
"default_locale": "en",
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}