From 667ed4a7ee379845faa43ca93346ae3f9fd2d9c9 Mon Sep 17 00:00:00 2001 From: Void Date: Sat, 3 Jan 2026 17:20:54 +0800 Subject: [PATCH] adding more apps --- v1/apps.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/v1/apps.json b/v1/apps.json index 69907b1..ceb2571 100644 --- a/v1/apps.json +++ b/v1/apps.json @@ -28,6 +28,27 @@ "type": "dmg", "install_command": "brew install --cask privado-vpn" }, + { + "id": "tor", + "name": "Tor Browser", + "url": "https://www.torproject.org/download/", + "type": "dmg", + "install_command": "brew install --cask tor-browser" + }, + { + "id": "google-chrome", + "name": "Google Chrome", + "url": "https://www.google.com/chrome/", + "type": "dmg", + "install_command": "brew install --cask google-chrome" + }, + { + "id": "firefox", + "name": "Mozilla Firefox", + "url": "https://www.firefox.com/en-US/thanks/", + "type": "dmg", + "install_command": "brew install --cask firefox" + }, { "id": "vscode", "name": "Visual Studio Code", @@ -41,6 +62,34 @@ "url": "https://discord.com/api/download?platform=osx", "type": "dmg", "install_command": "brew install --cask discord" + }, + { + "id": "modrinth", + "name": "Modrinth", + "url": "https://modrinth.com/app", + "type": "dmg", + "install_command": "brew install --cask modrinth" + }, + { + "id": "playcover", + "name": "PlayCover", + "url": "https://playcover.io/download", + "type": "dmg", + "install_command": "brew install --cask playcover" + }, + { + "id": "audacity", + "name": "Audacity", + "url": "https://github.com/audacity/audacity/releases/download/Audacity-3.7.7/audacity-macOS-3.7.7-universal.dmg", + "type": "dmg", + "install_command": "brew install --cask audacity" + }, + { + "id": "affinity", + "name": "Affinity", + "url": "https://downloads.affinity.studio/Affinity.dmg", + "type": "dmg", + "install_command": "brew install --cask affinity" } ] }