diff --git a/manifest.firefox.json b/manifest.firefox.json index 4242f80..afb3c1c 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -6,12 +6,7 @@ "browser_specific_settings": { "gecko": { "id": "silent-send@example.com", - "strict_min_version": "128.0", - "data_collection_permissions": { - "required": false, - "optional": false, - "description": "Silent Send does not collect, transmit, or store any data externally. All processing is 100% local in your browser." - } + "strict_min_version": "128.0" } }, "permissions": [ diff --git a/src/content/content.js b/src/content/content.js index 0641d10..81de025 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -443,8 +443,6 @@ }); } } - } - } // Deduplicate const seen = new Set();