Point update_url at the updates.json instead of directly at the add-on

This commit is contained in:
Ian Bicking 2018-07-12 17:13:25 -05:00
Родитель 3845dd5f34
Коммит e3c1ffeb4d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
"gecko": {
"id": "email-tabs@mozilla.org",
"strict_min_version": "57.0a1",
"update_url": "https://testpilot.firefox.com/files/email-tabs@mozilla.org/signed-addon.xpi"
"update_url": "https://testpilot.firefox.com/files/email-tabs@mozilla.org/updates.json"
}
},
"background": {