From e2fdc46f0f0d4eff3a9d34d6a7215782a1447e33 Mon Sep 17 00:00:00 2001 From: Joshua <1041261+JoshuaACasey@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:48:15 -0500 Subject: [PATCH] Update applications.json add Proton products (Proton Mail, Proton VPN, Proton Mail Bridge, Proton Pass, Proton Drive) --- config/applications.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/config/applications.json b/config/applications.json index c2926d03..dd4a8258 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1703,6 +1703,46 @@ "link": "https://prismlauncher.org/", "winget": "PrismLauncher.PrismLauncher" }, + "protondrive": { + "category": "Utilities", + "choco": "protondrive", + "content": "Proton Drive", + "description": "Free, encrypted, and secure cloud storage from Proton", + "link": "https://proton.me/drive", + "winget": "Proton.ProtonDrive" + }, + "protonmail": { + "category": "Utilities", + "choco": "protonmail", + "content": "Proton Mail", + "description": "Secure email from Proton", + "link": "https://proton.me/mail", + "winget": "Proton.ProtonMail" + }, + "protonmailbridge": { + "category": "Utilities", + "choco": "protonmailbridge", + "content": "Proton Mail Bridge", + "description": "Use Proton Mail with your desktop email client", + "link": "https://proton.me/mail/bridge", + "winget": "Proton.ProtonMailBridge" + }, + "protonpass": { + "category": "Utilities", + "choco": "protonpass", + "content": "Proton Pass", + "description": "Password manager from Proton", + "link": "https://proton.me/pass", + "winget": "Proton.ProtonPass" + }, + "protonvpn": { + "category": "Utilities", + "choco": "protonvpn", + "content": "Proton VPN", + "description": "VPN from Proton", + "link": "https://protonvpn.com/", + "winget": "Proton.ProtonVPN" + }, "processlasso": { "category": "Utilities", "choco": "plasso",