diff options
| author | ache <ache@ache.one> | 2026-06-18 05:36:03 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-06-18 05:40:50 +0200 |
| commit | 239e281e7bc8a8a37da35b3ebcd2447d91519624 (patch) | |
| tree | 66d66fb3ea42181ac16ab22f1346c97e538c4b91 | |
| parent | New version of certcheck (diff) | |
Add information about data collection🪵
| -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" - } - } + ] } |