From 6f784e2c72e9c3294d5237b0b72ce5c8552ad1e4 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Fri, 5 Apr 2024 02:53:22 +0300 Subject: [PATCH] Add 'Magic Wormhole' App to 'application.json' File --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 413ed2b9..0874719b 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2382,5 +2382,13 @@ "description": "Automatically switches between the dark and light theme of Windows 10 and Windows 11", "link": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode", "winget": "Armin2208.WindowsAutoNightMode" + }, + "WPFInstallmagicwormhole": { + "category": "Utilities", + "choco": "magic-wormhole", + "content": "Magic Wormhole", + "description": "get things from one computer to another, safely", + "link": "https://github.com/magic-wormhole/magic-wormhole", + "winget": "magic-wormhole.magic-wormhole" } }