update version
This commit is contained in:
parent
c9b940036a
commit
ed7b20b3b9
2 changed files with 17 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
"author": "BPower0036",
|
||||||
"name": "Multi-Account Containers (Wildcard)",
|
"name": "Multi-Account Containers (Wildcard)",
|
||||||
"version": "8.0.7.2",
|
"version": "8.0.7.2",
|
||||||
"incognito": "not_allowed",
|
"incognito": "not_allowed",
|
||||||
|
@ -32,7 +33,8 @@
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "@testpilot-containers-wildcard",
|
"id": "@testpilot-containers-wildcard",
|
||||||
"strict_min_version": "91.1.0"
|
"strict_min_version": "91.1.0",
|
||||||
|
"update_url": "update.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
|
|
13
src/update.json
Normal file
13
src/update.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"addons": {
|
||||||
|
"@testpilot-containers-wildcard": {
|
||||||
|
"updates": [
|
||||||
|
{
|
||||||
|
"version": "8.0.7.2",
|
||||||
|
"browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } },
|
||||||
|
"update_link": "https://addons.mozilla.org/firefox/downloads/file/3944703/multi_account_containers_wildcard-8.0.7.2-fx.xpi"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue