-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
60 lines (60 loc) · 2.21 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
{
"name" : "看看鄉民怎麼說?",
"version" : "1.0.34",
"description" : "看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。",
"icons" : {
"16" : "triplec-16.png",
"48" : "triplec-48.png",
"128" : "triplec-128.png"
},
"permissions": [
"storage"
],
"content_scripts" : [
{
"matches" : [
"http://tw.news.yahoo.com/*.html*",
"https://tw.news.yahoo.com/*.html*",
"http://www.nownews.com/n/*",
"https://www.nownews.com/n/*",
"http://*.chinatimes.com/realtimenews/*",
"https://*.chinatimes.com/realtimenews/*",
"http://www.chinatimes.com/newspapers/*",
"https://www.chinatimes.com/newspapers/*",
"http://udn.com/news/*/*/*",
"https://udn.com/news/*/*/*",
"http://udn.com/NEWS/*/*/*",
"https://udn.com/NEWS/*/*/*",
"http://news.ltn.com.tw/news/*",
"https://news.ltn.com.tw/news/*",
"http://*.appledaily.com.tw/*/article/*",
"https://*.appledaily.com.tw/*/article/*",
"http://*.ettoday.net/news/*/*.htm*",
"https://*.ettoday.net/news/*/*.htm*",
"*://www.ptt.rocks/share/*",
"*://www.storm.mg/article/*/*/*",
"*://www.storm.mg/article/*",
"*://www.peoplenews.tw/news/*",
"*://newtalk.tw/news/*",
"*://www.mypeople.tw/*",
"*://www.cna.com.tw/*/*/*/*.aspx",
"*://www.cna.com.tw/*/*/*.aspx",
"*://news.rti.org.tw/news/detail/*"
],
"exclude_globs" : [
"*://www.mypeople.tw/category/news/*"
],
"web_accessible_resources": [
"assets/images/*",
"assets/fonts/*"
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src https://connect.facebook.net; http://connect.facebook.net;",
"css": ["semantic.css", "plugin.css", "bbs.css"],
"js" : ["ga.js","jquery-2.1.3.min.js", "jquery.mousewheel.js", "jquery.later.js",
"semantic.js", "moment-with-langs.min.js", "URI.js", "contentscript.js"],
"run_at" : "document_end",
"all_frames" : false
}
],
"manifest_version": 2
}