From 68c3817dcbda7c422f8c0d828b868feb81f0be2f Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Mon, 23 Mar 2026 18:06:32 +0300 Subject: [PATCH] add addon id --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index 06a7f48..b463049 100644 --- a/manifest.json +++ b/manifest.json @@ -12,5 +12,14 @@ ], "action": { "default_popup": "index.html" + }, + "browser_specific_settings": { + "gecko": { + "id": "{be192f2b-7b51-48ec-9fcf-fe294f3f77ee}", + "data_collection_permissions": { + "required": ["websiteContent"], + "optional": [] + } + } } }