From ce77be324b08570fdd48c81b72b086870abccad9 Mon Sep 17 00:00:00 2001 From: Alvaro Parker <64918109+AlvaroParker@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:31:44 -0300 Subject: [PATCH] Add zed to applications (#3734) --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 887f4f12..135bb8d9 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2927,5 +2927,13 @@ "description": "The modern, privacy-focused, performance-driven browser built on Firefox", "link": "https://zen-browser.app/", "winget": "Zen-Team.Zen-Browser" + }, + "Zed": { + "category": "Development", + "choco": "na", + "content": "Zed", + "description": "Zed is a modern, high-performance code editor designed from the ground up for speed and collaboration.", + "link": "https://zed.dev/", + "winget": "Zed.Zed" } }