update version

This commit is contained in:
BPower0036 2022-05-05 04:40:26 +00:00 committed by GitHub
parent c9b940036a
commit ed7b20b3b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"manifest_version": 2,
"author": "BPower0036",
"name": "Multi-Account Containers (Wildcard)",
"version": "8.0.7.2",
"incognito": "not_allowed",
@ -32,7 +33,8 @@
"browser_specific_settings": {
"gecko": {
"id": "@testpilot-containers-wildcard",
"strict_min_version": "91.1.0"
"strict_min_version": "91.1.0",
"update_url": "update.json"
}
},
"commands": {
@ -152,4 +154,4 @@
"page": "options.html",
"browser_style": true
}
}
}

13
src/update.json Normal file
View 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"
}
]
}
}
}