Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-04-18 12:43:52 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-04-18 12:43:52 +0300
commit2d5d322efca340606944ca534ef58f9f69096bed (patch)
tree72ecb89db66ff59bc955c7e8530978c717d6ad56 /docs
parent871c1f63ac5399a0f7a53f8412d25e97148aa60d (diff)
Enables self hosted updates for the webextension
closes #241
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/update.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/update.json b/docs/update.json
index 3f9371ee..2ce0f3ef 100755
--- a/docs/update.json
+++ b/docs/update.json
@@ -3,7 +3,12 @@
"sieve@mozdev.org": {
"updates": [
{
- "version": "0.4.2"
+ "version": "0.4.2",
+ "update_link": "https://github.com/thsmi/sieve/releases/download/0.4.2/sieve-0.4.2.xpi",
+ "update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.4.2",
+ "browser_specific_settings": {
+ "gecko": { "strict_min_version": "68.0a1" }
+ }
},
{
"version": "0.4.1"