Skip to content

Commit

Permalink
Add update url and update file for self-distribution
Browse files Browse the repository at this point in the history
Add update url to manifest and updates.json file describing updates for
self-distribution.
  • Loading branch information
fluks committed Jun 5, 2019
1 parent b12b5a8 commit dcdc08e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

"applications": {
"gecko": {
"id": "finspell@fluks"
"id": "finspell@fluks",
"update_url": "https://github.com/fluks/fin-spell/raw/master/updates.json"
}
},

Expand Down
12 changes: 12 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}

0 comments on commit dcdc08e

Please sign in to comment.