-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
26 lines (24 loc) · 950 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
{
"name" : "Chinese Taipei 中華臺北",
"short_name" : "中華臺北",
"description" : "將所有「臺灣」取代為「中華臺北」以符合國人期待。",
"version" : "0.3.1",
"minimum_chrome_version": "40",
"manifest_version" : 2,
"icons" : {
"16" : "icons/tpe-16.png",
"48" : "icons/tpe-48.png",
"128" : "icons/tpe-128.png"
},
"content_scripts" : [{
"matches" : [ "http://*/*",
"https://*/*" ],
"js" : ["tpe.js"],
"css" : ["tpe.css"],
"run_at" : "document_end"
}],
"web_accessible_resources": ["TpeFlagFont.tff", "tpe.png", "replacement.json"],
"permissions" : ["tabs",
"storage"],
"content_security_policy": "script-src 'self' https://*.google-analytics.com ; object-src 'self'"
}