File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,14 @@ if (firefoxManifest.content_scripts) {
6161firefoxManifest . 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
7174writeFileSync (
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments