Skip to content

Commit

Permalink
Update manifest for ublishing add on
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhiFadlillah committed Aug 22, 2019
1 parent 49ca373 commit c5d6984
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.vscode
.vscode
/*.zip
/*.xpi
9 changes: 8 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.8.0",
"version": "0.8.1",
"name": "Shiori",
"author": "Radhi Fadlillah",
"description": "Web extension for Shiori, a simple bookmark manager.",
Expand Down Expand Up @@ -61,5 +61,12 @@
"light": "icons/action-light-64.png",
"size": 64
}]
},

"browser_specific_settings": {
"gecko": {
"id": "{c6e8bd66-ebb4-4b63-bd29-5ef59c795901}",
"update_url": "https://raw.githubusercontent.com/go-shiori/shiori-web-ext/master/updates.json"
}
}
}
10 changes: 10 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"addons": {
"{c6e8bd66-ebb4-4b63-bd29-5ef59c795901}": {
"updates": [{
"version": "0.8.1",
"update_link": "https://github.com/go-shiori/shiori-web-ext/releases/download/0.8.1/shiori-0.8.1-fx.xpi"
}]
}
}
}

0 comments on commit c5d6984

Please sign in to comment.