aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-06-18 05:36:03 +0200
committerache <ache@ache.one>2026-06-18 05:40:50 +0200
commit239e281e7bc8a8a37da35b3ebcd2447d91519624 (patch)
tree66d66fb3ea42181ac16ab22f1346c97e538c4b91
parentNew version of certcheck (diff)
Add information about data collection🪵
-rw-r--r--manifest.json15
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"
- }
- }
+ ]
}