Specifying min browser versions due to use of CompressionStream
v80 for Chromium (released 2020-02-04) and v113 for Firefox (released 2023-05-09)pull/583/head
parent
b186c730ff
commit
5587086b18
|
@ -319,5 +319,6 @@
|
||||||
"https://breeze.whateveritworks.org/*"
|
"https://breeze.whateveritworks.org/*"
|
||||||
],
|
],
|
||||||
"optional_host_permissions": ["https://*/*"],
|
"optional_host_permissions": ["https://*/*"],
|
||||||
|
"minimum_chrome_version": "80",
|
||||||
"manifest_version": 3
|
"manifest_version": 3
|
||||||
}
|
}
|
||||||
|
|
|
@ -316,7 +316,8 @@
|
||||||
"optional_permissions": ["https://*/*"],
|
"optional_permissions": ["https://*/*"],
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cb31ec5d-c49a-4e5a-b240-16c767444f62}"
|
"id": "{cb31ec5d-c49a-4e5a-b240-16c767444f62}",
|
||||||
|
"strict_min_version": "113"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manifest_version": 2
|
"manifest_version": 2
|
||||||
|
|
Loading…
Reference in New Issue