We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f31b2 commit cdfdedeCopy full SHA for cdfdede
2 files changed
buildScripts/build-firefox.js
@@ -61,11 +61,14 @@ if (firefoxManifest.content_scripts) {
61
firefoxManifest.browser_specific_settings = {
62
gecko: {
63
id: "codetweak@MrBlankCoding",
64
- strict_min_version: "128.0",
+ strict_min_version: "140.0",
65
data_collection_permissions: {
66
required: ["none"],
67
},
68
69
+ gecko_android: {
70
+ strict_min_version: "142.0",
71
+ },
72
};
73
74
writeFileSync(
src/manifest.json
@@ -70,10 +70,13 @@
"browser_specific_settings": {
"gecko": {
"id": "codetweak@MrBlankCoding",
- "strict_min_version": "128.0",
+ "strict_min_version": "140.0",
"data_collection_permissions": {
75
"required": ["none"]
76
}
77
78
+ "gecko_android": {
79
+ "strict_min_version": "142.0"
80
81
82
0 commit comments