Skip to content

Commit cdfdede

Browse files
committed
WOah
1 parent 77f31b2 commit cdfdede

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

buildScripts/build-firefox.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ if (firefoxManifest.content_scripts) {
6161
firefoxManifest.browser_specific_settings = {
6262
gecko: {
6363
id: "codetweak@MrBlankCoding",
64-
strict_min_version: "128.0",
64+
strict_min_version: "140.0",
6565
data_collection_permissions: {
6666
required: ["none"],
6767
},
6868
},
69+
gecko_android: {
70+
strict_min_version: "142.0",
71+
},
6972
};
7073

7174
writeFileSync(

src/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,13 @@
7070
"browser_specific_settings": {
7171
"gecko": {
7272
"id": "codetweak@MrBlankCoding",
73-
"strict_min_version": "128.0",
73+
"strict_min_version": "140.0",
7474
"data_collection_permissions": {
7575
"required": ["none"]
7676
}
77+
},
78+
"gecko_android": {
79+
"strict_min_version": "142.0"
7780
}
7881
}
7982
}

0 commit comments

Comments
 (0)