aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon/manifest.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-19 19:28:44 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-19 19:28:44 +0800
commit98abf3b460f25050045fb191c5e61f06a4f44c56 (patch)
treeb66fda5b89b8fe0340de4370199b967751dd01f1 /addon/manifest.json
parent3f64a0673f5472d4cdb8aeec7c1a39f4b582c6c8 (diff)
parent19aea6a64c9c56d588b1b934154933167fd9856a (diff)
Merge branch 'addon'
Diffstat (limited to 'addon/manifest.json')
-rw-r--r--addon/manifest.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/addon/manifest.json b/addon/manifest.json
index b95fd4b..c354f65 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -27,10 +27,18 @@
27 } 27 }
28 ], 28 ],
29 29
30 "background": {
31 "scripts": [
32 "background.js"
33 ],
34 "persistent": false
35 },
36
30 "permissions": [ 37 "permissions": [
31 "activeTab", 38 "activeTab",
32 "tabs", 39 "tabs",
33 "scripting", 40 "scripting",
41 "contextMenus",
34 "https://epsg.io/*", 42 "https://epsg.io/*",
35 "https://cdn.jsdelivr.net/*" 43 "https://cdn.jsdelivr.net/*"
36 ] 44 ]