From c8bb38f3a914efa582f6901c63e7c4bf507b6835 Mon Sep 17 00:00:00 2001 From: Cube1ber Date: Mon, 17 Nov 2025 17:33:49 +0000 Subject: [PATCH] Added Proton Authenticator to applications.json (#3643) * Added Proton Authenticator to applications.json Proton Authenticator is a popular open source 2fa app from proton. * Update name in applications.json --------- Co-authored-by: CyberSphinx <202843220+CyberSphonx@users.noreply.github.com> --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 70c9e623..6db9938f 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1720,6 +1720,14 @@ "link": "https://bitsum.com/", "winget": "BitSum.ProcessLasso" }, + "proton-auth": { + "category": "Utilities", + "choco": "protonauth", + "content": "Proton Authenticator", + "description": "2FA app from Proton to securely sync and backup 2FA codes.", + "link": "https://proton.me/authenticator", + "winget": "Proton.ProtonAuthenticator" + }, "spotify": { "category": "Multimedia Tools", "choco": "spotify",