From 65f76c2a771f2f7ad08401320a901d9c41dce946 Mon Sep 17 00:00:00 2001 From: Kiran B Date: Tue, 9 Jul 2024 01:42:20 +0530 Subject: [PATCH] Add "Shotcut" in applications (#2238) --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 16ba3aae..8f08e732 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2902,5 +2902,13 @@ "description":"GUI Tool To Removes Ads From Various Places Around Windows 11", "link": "https://github.com/xM4ddy/OFGB", "winget": "xM4ddy.OFGB" + }, + "Shotcut": { + "category": "Multimedia Tools", + "choco": "na", + "content": "Shotcut", + "description": "Shotcut is a free, open source, cross-platform video editor.", + "link": "https://shotcut.org/", + "winget": "Meltytech.Shotcut" } }