aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-04 23:17:18 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-04 23:17:18 +0800
commitc4c8903b148ce75dd2470203e9faf93e3a42b15b (patch)
treeba8684d5edaf0b897da85b1a70e1fededdefbaca /addon/manifest.json
parent9d9fb5652086dad99f9b0f4b32b57b49568a5ead (diff)
parent71810f684724245f17b5cee72be030f4a2467cca (diff)
Merge branch 'addon'
Diffstat (limited to 'addon/manifest.json')
-rw-r--r--addon/manifest.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index e7bcbcf..92baf30 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -1,12 +1,14 @@
1{ 1{
2 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "DumbyMap", 3 "name": "MapInline",
4 "version": "1.0", 4 "version": "1.0",
5 5
6 "description": "Add interatctive Map", 6 "description": "Add Interatctive Map",
7 7
8 "icons": { 8 "icons": {
9 "48": "icons/default.ico" 9 "16": "icons/default-0.png",
10 "32": "icons/default-1.png",
11 "48": "icons/default-2.png"
10 }, 12 },
11 13
12 "browser_action": { 14 "browser_action": {
@@ -22,8 +24,11 @@
22 "https://prosemirror.net/examples/*" 24 "https://prosemirror.net/examples/*"
23 ], 25 ],
24 "js": [ 26 "js": [
25 "dumbymap.mjs", 27 "renderers/leaflet.js",
26 "index.mjs" 28 "renderers/maplibre.js",
29 "renderers/openlayers.js",
30 "dumbymap.js",
31 "index.js"
27 ], 32 ],
28 "css": [ 33 "css": [
29 "css/dumbymap.css" 34 "css/dumbymap.css"