Merge pull request #25 from brianlovin/add-dashlane-pass-manager

Add Dashlane to password manager list
This commit is contained in:
Brian Lovin 2019-01-14 21:17:34 -08:00 committed by GitHub
commit e8869bb31c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -35,6 +35,18 @@ export default {
android: 'https://lastpass.com/android_market.php',
},
},
{
name: 'Dashlane',
image: '/static/img/dashlane.jpg',
url: 'https://www.dashlane.com/',
sources: {
windows: 'https://www.dashlane.com/directdownload?target=archive_win',
macos: 'https://www.dashlane.com/directdownload?target=launcher_macosx',
ios:
'https://itunes.apple.com/us/app/dashlane-password-manager/id517914548',
android: 'https://play.google.com/store/apps/details?id=com.dashlane',
},
},
],
resources: [
{

BIN
static/img/dashlane.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB