Skip to content

Commit

Permalink
add Liferea support closes #426
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 21, 2017
1 parent 79995db commit 6d54004
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/database/liferea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Liferea",
"app_path": [
"/usr/bin/liferea"
],
"icons_path": [
"/usr/share/pixmaps/",
"/usr/share/liferea/pixmaps/"
],
"icons": {
"unread": {
"original": "unread.png",
"theme": "liferea-unread"
},
"available": {
"original": "available.png",
"theme": "liferea-available"
}
}
}

0 comments on commit 6d54004

Please sign in to comment.