diff options
| -rw-r--r-- | manifest.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json index a7aa276..f74be49 100644 --- a/manifest.json +++ b/manifest.json @@ -24,16 +24,19 @@ "background": { "scripts": ["background.js"] }, + "browser_specific_settings": { + "gecko": { + "id": "certcheck@ache.one", + "data_collection_permissions": { + "required": ["none"] + } + } + }, "content_scripts": [ { "matches": ["https://*/*"], "js": ["certcheck.js"], "css": ["toast.css"] } - ], - "browser_specific_settings": { - "gecko": { - "id": "certcheck@ache.one" - } - } + ] } |