aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon/manifest.json')
-rw-r--r--addon/manifest.json16
1 files changed, 6 insertions, 10 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index 1b89ccf..8654505 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -1,7 +1,7 @@
1{ 1{
2 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "MapInline", 3 "name": "MapInline",
4 "version": "1.0", 4 "version": "0.1.1",
5 5
6 "description": "Add Interatctive Map", 6 "description": "Add Interatctive Map",
7 7
@@ -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": [