diff --git a/config/passwordManager.js b/config/passwordManager.js index 38b6a6d..a1b639b 100644 --- a/config/passwordManager.js +++ b/config/passwordManager.js @@ -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: [ { diff --git a/static/img/dashlane.jpg b/static/img/dashlane.jpg new file mode 100644 index 0000000..7f1592e Binary files /dev/null and b/static/img/dashlane.jpg differ