adding more apps

This commit is contained in:
2026-01-03 17:20:54 +08:00
parent 1cdbbf972c
commit 667ed4a7ee

View File

@@ -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"
}
]
}