diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-25 17:24:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 17:24:09 -0500 |
commit | a14ff8f8cde2ea139c15fc79eee48791bd4a7641 (patch) | |
tree | 8889dc80a46451fa72578029e8f6057d75ee93cb | |
parent | 5232b945a7054691ca90dbb6493cf30bb00c5401 (diff) |
Enable automatic updates for the firefox-dev release (#1310)
-rw-r--r-- | dev/data/manifest-variants.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 5c8eb1c9..e8ab266d 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -235,6 +235,11 @@ "action": "set", "path": ["browser_specific_settings", "gecko", "id"], "value": "alex.testing@foosoft.net" + }, + { + "action": "set", + "path": ["browser_specific_settings", "gecko", "update_url"], + "value": "https://foosoft.net/projects/yomichan/dl/updates.json" } ], "excludeFiles": [ |