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": [] + } + } } }