diff --git a/manifests/manifest-cr.json b/manifests/manifest-cr.json index d22f35b..098a365 100644 --- a/manifests/manifest-cr.json +++ b/manifests/manifest-cr.json @@ -16,7 +16,7 @@ "manifest_version": 3, "name": "CNIL - Cookies List", "version": "3.0.1", - "permissions": ["cookies", "tabs", "activeTab", "storage", "downloads"], + "permissions": ["cookies", "tabs", "downloads"], "host_permissions": [""], "background": { diff --git a/manifests/manifest-fx.json b/manifests/manifest-fx.json index 537d5c0..5b1d519 100644 --- a/manifests/manifest-fx.json +++ b/manifests/manifest-fx.json @@ -5,7 +5,7 @@ "1024": "icons/cookie1024.png" } }, - + "author": "CNIL - Service des contrôles", "description": "Liste les cookies enregistrés dans le navigateur.", @@ -16,7 +16,7 @@ "manifest_version": 3, "name": "CNIL - Cookies List", "version": "3.0.1", - "permissions": ["cookies", "tabs", "activeTab", "storage", "downloads"], + "permissions": ["cookies", "tabs", "downloads"], "host_permissions": [""], "background": {"scripts": ["start.js"]},