aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon/manifest.json')
-rw-r--r--addon/manifest.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index 27433b3..9cc6607 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -11,8 +11,14 @@
11 11
12 "content_scripts": [ 12 "content_scripts": [
13 { 13 {
14 "matches": ["*://*.mozilla.org/*"], 14 "matches": [
15 "js": ["index.mjs"], 15 "*://*.mozilla.org/*",
16 "*://hackmd.io/*"
17 ],
18 "js": [
19 "dumbymap.mjs",
20 "index.mjs"
21 ],
16 "css": [ 22 "css": [
17 "css/dumbymap.css" 23 "css/dumbymap.css"
18 ] 24 ]