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
Kevin Payravi 2024-02-08 04:26:28 -06:00
parent b186c730ff
commit 5587086b18
2 changed files with 3 additions and 1 deletions

View File

@ -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
} }

View File

@ -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