diff options
Diffstat (limited to 'addon/manifest.json')
-rw-r--r-- | addon/manifest.json | 8 |
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 | ] |