diff --git a/v1/apps.json b/v1/apps.json index 34c3375..5d37233 100644 --- a/v1/apps.json +++ b/v1/apps.json @@ -21,6 +21,13 @@ "type": "brew", "install_command": "brew install --cask docker" }, + { + "id": "1password", + "name": "1Password", + "url": "https://downloads.1password.com/mac/1Password.zip", + "type": "zip", + "install_command": "brew install --cask 1password" + }, { "id": "privadovpn", "name": "Privado VPN", @@ -63,6 +70,78 @@ "type": "dmg", "install_command": "brew install --cask discord" }, + { + "id": "excalidraw", + "name": "Excalidraw", + "url": "https://excalidraw.com", + "type": "pwa" + }, + { + "id": "gitea", + "name": "Gitea", + "url": "https://git.voideuw.dev", + "type": "pwa" + }, + { + "id": "github", + "name": "GitHub", + "url": "https://github.com", + "type": "pwa" + }, + { + "id": "gitlab", + "name": "GitLab", + "url": "https://gitlab.com", + "type": "pwa" + }, + { + "id": "claude", + "name": "Claude", + "url": "https://claude.ai", + "type": "pwa" + }, + { + "id": "lechat", + "name": "LeChat", + "url": "https://chat.mistral.ai", + "type": "pwa" + }, + { + "id": "portainer", + "name": "Portainer", + "url": "https://portainer.voideuw.dev", + "type": "pwa" + }, + { + "id": "uptime-kuma", + "name": "Uptime Kuma", + "url": "https://uptime.voideuw.dev", + "type": "pwa" + }, + { + "id": "netflix", + "name": "Netflix", + "url": "https://www.netflix.com", + "type": "pwa" + }, + { + "id": "crunchyroll", + "name": "Crunchyroll", + "url": "https://www.crunchyroll.com", + "type": "pwa" + }, + { + "id": "amazon-prime-video", + "name": "Amazon Prime Video", + "url": "https://www.primevideo.com", + "type": "pwa" + }, + { + "id": "telegram", + "name": "Telegram", + "url": "https://web.telegram.org", + "type": "pwa" + }, { "id": "modrinth", "name": "Modrinth", @@ -77,6 +156,13 @@ "type": "dmg", "install_command": "brew install --cask playcover" }, + { + "id": "steam", + "name": "Steam", + "url": "https://cdn.fastly.steamstatic.com/client/installer/steam.dmg", + "type": "dmg", + "install_command": "brew install --cask steam" + }, { "id": "audacity", "name": "Audacity",