aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon/manifest.json')
-rw-r--r--addon/manifest.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index 1b89ccf..243eb81 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -18,17 +18,13 @@
18 "content_scripts": [ 18 "content_scripts": [
19 { 19 {
20 "matches": [ 20 "matches": [
21 "*://developer.mozilla.org/*", 21 "<all_urls>"
22 "*://hackmd.io/*",
23 "*://*.ptt.cc/*",
24 "https://prosemirror.net/examples/*",
25 "https://www.openstreetmap.org/*"
26 ], 22 ],
27 "js": [ 23 "js": [
28 "renderers/leaflet.js", 24 "scripts/dumbymap.js",
29 "renderers/maplibre.js", 25 "scripts/leaflet.js",
30 "renderers/openlayers.js", 26 "scripts/maplibre.js",
31 "dumbymap.js", 27 "scripts/openlayers.js",
32 "index.js" 28 "index.js"
33 ], 29 ],
34 "css": [ 30 "css": [