feat: Add postbuild cleanup and web-ext lint validation

- Add scripts/postbuild-cleanup.cjs to remove unsafe Function patterns
- Add lint:extension script for web-ext validation
- Fix manifest_firefox.json strict_min_version to 112.0
- Reduces web-ext warnings from 14 to 10
This commit is contained in:
2026-01-19 21:52:04 +03:00
parent 7b9ef31480
commit ffbe372a06
3 changed files with 55 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"browser_specific_settings": {
"gecko": {
"id": "{7cee9c4f-5fc7-4165-b4f8-f18e79fe9264}",
"strict_min_version": "109.0",
"strict_min_version": "112.0",
"data_collection_permissions": {
"required": ["none"]
}