mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-07-23 19:25:39 +00:00
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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user