-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
75 lines (75 loc) · 3.32 KB
/
apps.json
File metadata and controls
75 lines (75 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
{
"name": "Google Chrome",
"category": "Browser",
"tags": ["Web", "Google", "Internet"],
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e1/Google_Chrome_icon_%28February_2022%29.svg",
"popular": true,
"updated_at": "2026-01-20",
"description": {
"tr": "Hızlı ve güvenli web tarayıcısı.",
"en": "Fast and secure web browser.",
"zh": "快速安全的网络浏览器。",
"ru": "Быстрый и безопасный веб-браузер.",
"es": "Navegador web rápido y seguro.",
"de": "Schneller und sicherer Webbrowser.",
"fr": "Navigateur web rapide et sécurisé.",
"ar": "متصفح ويب سريع وآمن."
},
"downloads": {
"windows": "https://dl.google.com/chrome/install/latest/chrome_installer.exe",
"macos": "https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg",
"linux": "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb",
"android": "https://play.google.com/store/apps/details?id=com.android.chrome",
"ios": "https://apps.apple.com/us/app/google-chrome/id535886823"
}
},
{
"name": "Visual Studio Code",
"category": "Developer",
"tags": ["Editor", "Microsoft", "Code"],
"icon": "https://upload.wikimedia.org/wikipedia/commons/9/9a/Visual_Studio_Code_1.35_icon.svg",
"popular": true,
"updated_at": "2025-11-15",
"description": {
"tr": "Yeniden tanımlanmış kod editörü.",
"en": "Code editor redefined.",
"zh": "重新定义的代码编辑器。",
"ru": "Редактор кода переопределен.",
"es": "Editor de código redefinido.",
"de": "Code-Editor neu definiert.",
"fr": "Éditeur de code redéfini.",
"ar": "محرر التعليمات البرمجية المعاد تعريفه."
},
"downloads": {
"windows": "https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user",
"macos": "https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal",
"linux": "https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64"
}
},
{
"name": "VLC Media Player",
"category": "Media",
"tags": ["Video", "Player", "Open Source"],
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e6/VLC_Icon.svg",
"popular": true,
"updated_at": "2026-01-15",
"description": {
"tr": "Açık kaynaklı multimedya oynatıcı.",
"en": "Open source multimedia player.",
"zh": "开源多媒体播放器。",
"ru": "Мультимедийный проигрыватель с открытым исходным кодом.",
"es": "Reproductor multimedia de código abierto.",
"de": "Open-Source-Multimedia-Player.",
"fr": "Lecteur multimédia open source.",
"ar": "مشغل وسائط متعددة مفتوح المصدر."
},
"downloads": {
"windows": "https://get.videolan.org/vlc/last/win64/vlc-win64.exe",
"macos": "https://get.videolan.org/vlc/last/macosx/vlc.dmg",
"linux": "https://get.videolan.org/vlc/",
"android": "https://play.google.com/store/apps/details?id=org.videolan.vlc",
"ios": "https://apps.apple.com/app/vlc-for-mobile/id650377962"
}
}
]