Merge pull request #15 from outis1one/claude/read-repo-wA3y1

fix: Firefox signing errors — manifest format + JS syntax
This commit is contained in:
Outis
2026-03-26 21:32:40 -04:00
committed by GitHub
2 changed files with 1 additions and 8 deletions
+1 -6
View File
@@ -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": [
-2
View File
@@ -443,8 +443,6 @@
});
}
}
}
}
// Deduplicate
const seen = new Set();