Skip to content

Commit

Permalink
support Bitwarden #541 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh authored and bilelmoussaoui committed Aug 23, 2018
1 parent 1846df0 commit 68b6f28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/database/bitwarden.electron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Bitwarden",
"app_path": [
"/opt/Bitwarden/"
],
"icons_path": [
"/opt/Bitwarden/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "images/icon.png",
"theme": "bitwarden-tray"
}
}
}

0 comments on commit 68b6f28

Please sign in to comment.