diff --git a/firefox/manifest.json b/firefox/manifest.json index 550d73e..f4e6ee4 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -6,7 +6,8 @@ "applications": { "gecko": { - "id": "finspell@fluks" + "id": "finspell@fluks", + "update_url": "https://github.com/fluks/fin-spell/raw/master/updates.json" } }, diff --git a/updates.json b/updates.json new file mode 100644 index 0000000..f43fe38 --- /dev/null +++ b/updates.json @@ -0,0 +1,12 @@ +{ + "addons": { + "finspell@fluks": { + "updates": [ + { + "version": "0.1.0", + "update_link": "https://github.com/fluks/fin-spell/archive/fin_spell-0.1.0.xpi" + } + ] + } + } +}