mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Lower the minimum version requirement
This commit is contained in:
parent
bfcf3b7727
commit
1e31621e8d
@ -2,7 +2,7 @@ const logStore = idbKeyval.createStore('log-store', 'log-store');
|
||||
|
||||
const logSequence = []
|
||||
let isRunning = false
|
||||
let splitStr = '\n------------------\n'
|
||||
let splitStr = '\n----Z-e-r-o-O-m-e-g-a--------------\n'
|
||||
|
||||
const originConsoleLog = console.log
|
||||
const originConsoleError = console.error
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "ZeroOmega--Proxy Switchy manifest v3 version",
|
||||
"version": "3.3.1",
|
||||
"name": "ZeroOmega--Proxy SwitchyOmega manifest v3",
|
||||
"version": "3.3.2",
|
||||
"description": "__MSG_manifest_app_description__",
|
||||
"icons": {
|
||||
"16": "img/icons/omega-action-16.png",
|
||||
@ -26,7 +26,7 @@
|
||||
"scripts": ["x-background.js"],
|
||||
"type": "module"
|
||||
},
|
||||
"minimum_chrome_version": "111",
|
||||
"minimum_chrome_version": "88",
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"browser_style": false,
|
||||
@ -48,7 +48,7 @@
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "suziwen1@gmail.com",
|
||||
"strict_min_version": "111.0"
|
||||
"strict_min_version": "92.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "ZeroOmega--Proxy Switchy manifest v3 version",
|
||||
"version": "3.3.1",
|
||||
"name": "ZeroOmega--Proxy SwitchyOmega manifest v3 version",
|
||||
"version": "3.3.2",
|
||||
"description": "__MSG_manifest_app_description__",
|
||||
"icons": {
|
||||
"16": "img/icons/omega-action-16.png",
|
||||
@ -26,7 +26,7 @@
|
||||
"service_worker": "x-background.js",
|
||||
"type": "module"
|
||||
},
|
||||
"minimum_chrome_version": "111",
|
||||
"minimum_chrome_version": "88",
|
||||
"options_page": "options.html",
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
|
Loading…
Reference in New Issue
Block a user