diff --git a/config/passwordManager.js b/config/passwordManager.js index ca6e890..a693d20 100644 --- a/config/passwordManager.js +++ b/config/passwordManager.js @@ -68,6 +68,17 @@ export default { 'https://vault.bitwarden.com/download/?app=desktop&platform=linux', }, }, + { + name: 'Avast Passwords', + image: '/static/img/avast-passwords.png', + url: 'https://www.avast.com/passwords', + sources: { + windows: 'https://www.avast.com/passwords#pc', + macos: 'https://www.avast.com/passwords#mac', + ios: 'https://www.avast.com/passwords#ios', + android: 'https://www.avast.com/passwords#android', + }, + }, ], resources: [ { diff --git a/static/img/avast-passwords.png b/static/img/avast-passwords.png new file mode 100644 index 0000000..0bba442 Binary files /dev/null and b/static/img/avast-passwords.png differ