From 8fb078da4cea53dabe2b63dbd3cfe6dcdd1f878a Mon Sep 17 00:00:00 2001 From: PChaicot <250561447+PChaicot@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:57:25 +0700 Subject: [PATCH] Add foobar2000 back into applications.json (#4932) * Add foobar2000 back * Add Fast Node Manager entry to applications.json --------- Co-authored-by: Chris Titus --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index 6baa9eb4..765322c8 100644 --- a/config/applications.json +++ b/config/applications.json @@ -476,6 +476,15 @@ "winget": "flux.flux", "foss": false }, + "foobar": { + "category": "Multimedia Tools", + "choco": "foobar2000", + "content": "foobar2000 (Music Player)", + "description": "foobar2000 is a highly customizable and extensible music player for Windows, known for its modular design and advanced features.", + "link": "https://www.foobar2000.org/", + "winget": "PeterPawlowski.foobar2000", + "foss": false + }, "fnm": { "category": "Development", "choco": "fnm",