From 57be85b566cca4dd9a3e5a1258c05c27fe5b4130 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:26:24 -0700 Subject: [PATCH] Added lightshot and KeePassXC to applications.json (#4702) * Added lightshot to applications.json * Added keepassxc to applications.json --- config/applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/applications.json b/config/applications.json index 6d6310d1..378ad61c 100644 --- a/config/applications.json +++ b/config/applications.json @@ -629,6 +629,15 @@ "winget": "sylikc.JPEGView", "foss": true }, + "keepassxc": { + "category": "Utilities", + "choco": "keepassxc", + "content": "KeePassXC", + "description": "KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePassXC on Windows, macOS, and Linux systems. KeePassXC is for people with extremely high demands of secure personal data management. It saves many different types of information, such as usernames, passwords, URLs, attachments, and notes in an offline, encrypted file that can be stored in any location, including private and public cloud solutions. For easy identification and management, user-defined titles and icons can be specified for entries. In addition, entries are sorted into customizable groups. An integrated search function allows you to use advanced patterns to easily find any entry in your database. A customizable, fast, and easy-to-use password generator utility allows you to create passwords with any combination of characters or easy to remember passphrases.", + "link": "https://keepassxc.org/", + "winget": "KeePassXCTeam.KeePassXC", + "foss": true + }, "klite": { "category": "Multimedia Tools", "choco": "k-litecodecpack-standard", @@ -647,6 +656,15 @@ "winget": "XBMCFoundation.Kodi", "foss": true }, + "lightshot": { + "category": "Multimedia Tools", + "choco": "lightshot", + "content": "Lightshot", + "description": "The fastest way to take a customizable screenshot.", + "link": "https://app.prntscr.com/", + "winget": "Skillbrains.Lightshot", + "foss": false + }, "lazygit": { "category": "Development", "choco": "lazygit",