Bump min FF version to 91.1.0

This is required for the proxy permission. FF ESR has been
at this version since September 2020 so we're probably safe
to increment it without too much drama.

(Hat-tip to the mozilla linter for pointing this out.)
This commit is contained in:
Oliver Blanthorn 2022-01-02 16:00:45 +01:00 committed by pvs
parent 672858bbb8
commit 3966eaa3b8

View file

@ -103,7 +103,7 @@
"applications": { "applications": {
"gecko": { "gecko": {
"id": "tridactyl.vim.betas@cmcaine.co.uk", "id": "tridactyl.vim.betas@cmcaine.co.uk",
"strict_min_version": "68.0" "strict_min_version": "91.1.0"
} }
}, },
"options_ui": { "options_ui": {
@ -124,4 +124,4 @@
"omnibox": { "omnibox": {
"keyword": "tri" "keyword": "tri"
} }
} }