aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-17 23:21:05 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-17 23:21:05 +0800
commit5867b4fb5d64ce3922e8bb2aae7d47ede1c753e8 (patch)
treebcfc1886a6c33b4ec721e3e986de116199234a1c
parent924864fc7434518ee0ae688f9be9d3086ba4b3f5 (diff)
feat: enable JS/CSS file from jsdeliver
-rw-r--r--addon/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index 2d7b1ed..93b0b65 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -30,6 +30,7 @@
30 "activeTab", 30 "activeTab",
31 "tabs", 31 "tabs",
32 "scripting", 32 "scripting",
33 "https://epsg.io/*" 33 "https://epsg.io/*",
34 "https://cdn.jsdelivr.net/*"
34 ] 35 ]
35} 36}