diff options
Diffstat (limited to 'addon/manifest.json')
-rw-r--r-- | addon/manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/addon/manifest.json b/addon/manifest.json index e97ae50..2d7b1ed 100644 --- a/addon/manifest.json +++ b/addon/manifest.json | |||
@@ -12,7 +12,7 @@ | |||
12 | "content_scripts": [ | 12 | "content_scripts": [ |
13 | { | 13 | { |
14 | "matches": [ | 14 | "matches": [ |
15 | "*://*.mozilla.org/*", | 15 | "*://developer.mozilla.org/*", |
16 | "*://hackmd.io/*", | 16 | "*://hackmd.io/*", |
17 | "*://*.ptt.cc/*" | 17 | "*://*.ptt.cc/*" |
18 | ], | 18 | ], |
@@ -29,6 +29,7 @@ | |||
29 | "permissions": [ | 29 | "permissions": [ |
30 | "activeTab", | 30 | "activeTab", |
31 | "tabs", | 31 | "tabs", |
32 | "scripting" | 32 | "scripting", |
33 | "https://epsg.io/*" | ||
33 | ] | 34 | ] |
34 | } | 35 | } |