diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-16 16:57:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-16 18:57:18 +0800 |
commit | 1caf56dc0a2bbf4bb484fe4f312b5229a63aace3 (patch) | |
tree | 913a3e5803e9d4128d0ad6d8bd6ed64326d5e5d4 /addon/manifest.json | |
parent | 9c90bd1cbdc5de5b50def0eb4cb3e65e80194af3 (diff) |
feat: add simple script to test mapclay
* add more options for generateMaps for general purposes
* add rollup config for adding script into addon
Diffstat (limited to 'addon/manifest.json')
-rw-r--r-- | addon/manifest.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/addon/manifest.json b/addon/manifest.json index 27433b3..9cc6607 100644 --- a/addon/manifest.json +++ b/addon/manifest.json | |||
@@ -11,8 +11,14 @@ | |||
11 | 11 | ||
12 | "content_scripts": [ | 12 | "content_scripts": [ |
13 | { | 13 | { |
14 | "matches": ["*://*.mozilla.org/*"], | 14 | "matches": [ |
15 | "js": ["index.mjs"], | 15 | "*://*.mozilla.org/*", |
16 | "*://hackmd.io/*" | ||
17 | ], | ||
18 | "js": [ | ||
19 | "dumbymap.mjs", | ||
20 | "index.mjs" | ||
21 | ], | ||
16 | "css": [ | 22 | "css": [ |
17 | "css/dumbymap.css" | 23 | "css/dumbymap.css" |
18 | ] | 24 | ] |