Updated minimum version https://github.com/libredirect/browser_extension/issues/759. 2.6.3 => 2.7.0
This commit is contained in:
parent
c46c0fb83a
commit
803f35887c
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "2.6.3",
|
"version": "2.7.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "7esoorv3@alefvanoon.anonaddy.me",
|
"id": "7esoorv3@alefvanoon.anonaddy.me",
|
||||||
"strict_min_version": "67.0"
|
"strict_min_version": "89.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
|
|
Loading…
Reference in New Issue