From ed7b20b3b9987c16d0420a1c1e3d55e5c096bc9d Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Thu, 5 May 2022 04:40:26 +0000 Subject: [PATCH] update version --- src/manifest.json | 6 ++++-- src/update.json | 13 +++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/update.json diff --git a/src/manifest.json b/src/manifest.json index d96ff82..9e50a39 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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 } -} +} \ No newline at end of file diff --git a/src/update.json b/src/update.json new file mode 100644 index 0000000..4261664 --- /dev/null +++ b/src/update.json @@ -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" + } + ] + } + } +} \ No newline at end of file