diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-16 20:44:42 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-16 20:44:42 +0800 |
commit | 42ae19120e9b9e907e405ad1a272de11e0d37e2d (patch) | |
tree | a584b93b8cb322a6f76bb0040970315a75e38969 | |
parent | fa4dfcbfa6361417e325f90d59e86ae8d4765807 (diff) |
feat: include more domains for addon
-rw-r--r-- | addon/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addon/manifest.json b/addon/manifest.json index 9cc6607..e97ae50 100644 --- a/addon/manifest.json +++ b/addon/manifest.json | |||
@@ -13,7 +13,8 @@ | |||
13 | { | 13 | { |
14 | "matches": [ | 14 | "matches": [ |
15 | "*://*.mozilla.org/*", | 15 | "*://*.mozilla.org/*", |
16 | "*://hackmd.io/*" | 16 | "*://hackmd.io/*", |
17 | "*://*.ptt.cc/*" | ||
17 | ], | 18 | ], |
18 | "js": [ | 19 | "js": [ |
19 | "dumbymap.mjs", | 20 | "dumbymap.mjs", |