aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-17 10:38:15 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-17 10:38:15 +0800
commitd91501af0d3860da1022e960199115c33b4a63a6 (patch)
tree7a9c02421b33dcb36460acceed381d4a116c148d /addon/manifest.json
parent9c90bd1cbdc5de5b50def0eb4cb3e65e80194af3 (diff)
parent9a66411258781a57d5c953b7113403fdf0d218cf (diff)
Merge branch "addon"
Diffstat (limited to 'addon/manifest.json')
-rw-r--r--addon/manifest.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index 27433b3..2d7b1ed 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -11,8 +11,15 @@
11 11
12 "content_scripts": [ 12 "content_scripts": [
13 { 13 {
14 "matches": ["*://*.mozilla.org/*"], 14 "matches": [
15 "js": ["index.mjs"], 15 "*://developer.mozilla.org/*",
16 "*://hackmd.io/*",
17 "*://*.ptt.cc/*"
18 ],
19 "js": [
20 "dumbymap.mjs",
21 "index.mjs"
22 ],
16 "css": [ 23 "css": [
17 "css/dumbymap.css" 24 "css/dumbymap.css"
18 ] 25 ]
@@ -22,6 +29,7 @@
22 "permissions": [ 29 "permissions": [
23 "activeTab", 30 "activeTab",
24 "tabs", 31 "tabs",
25 "scripting" 32 "scripting",
33 "https://epsg.io/*"
26 ] 34 ]
27} 35}