-
Notifications
You must be signed in to change notification settings - Fork 0
/
os.json
51 lines (51 loc) · 2.51 KB
/
os.json
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
{
"operatingSystems": [
{
"name": "اپل",
"engName": "iOS",
"osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Apple_logo_black.svg",
"apps": [
{
"name": "Streisand",
"price": "0",
"logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/streisand.jpg",
"description": "Streisand sets up a new server running a wide variety of anti-censorship software.",
"faDescription": "استرایزند یک سرور جدید با نرمافزارهای متنوع ضد سانسور راهاندازی میکند.",
"configLink": "streisand://import/{url}",
"downloadLink": "https://apps.apple.com/us/app/streisand/id6450534064",
"videoLink": "https://example.com/streisand-video"
},
{
"name": "اندروید",
"engName": "Android",
"osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Android_logo_2019.svg.png",
"apps": [
{
"name": "V2rayNG",
"price": "0",
"logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/v2rayNG.png",
"description": "A V2Ray client for Android devices.",
"faDescription": "V2rayNG یک کلاینت V2Ray برای دستگاههای اندرویدی است.",
"configLink": "v2rayng://install-config",
"downloadLink": "https://github.com/2dust/v2rayNG/releases/download/1.9.7/v2rayNG_1.9.7_arm64-v8a.apk",
"videoLink": "https://example.com/v2rayng-video"
},
{
"name": "ویندوز",
"engName": "Windows",
"osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Windows_logo_2021.svg.png",
"apps": [
{
"name": "V2rayN",
"price": "0",
"logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/icons/v2rayN.png",
"description": "A Windows V2Ray client with GUI support.",
"faDescription": "v2rayN یک کلاینت V2Ray برای ویندوز با پشتیبانی از رابط کاربری است.",
"configLink": "v2rayng://install-config",
"downloadLink": "https://github.com/2dust/v2rayN/releases/download/6.60/zz_v2rayN-With-Core-SelfContained.7z",
"videoLink": "https://example.com/v2rayn-video"
}
]
},
]
}