-
Notifications
You must be signed in to change notification settings - Fork 995
/
apps.json
62 lines (62 loc) · 1.46 KB
/
apps.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
52
53
54
55
56
57
58
59
60
61
62
[
{
"title": "Google",
"img": "./img/apps/google.jpg",
"location": "https://www.google.com"
},
{
"title": "Youtube",
"img": "./img/apps/yt.png",
"location": "https://www.youtube.com"
},
{
"title": "Spotify",
"img": "./img/apps/spot.png",
"location": "https://open.spotify.com"
},
{
"title": "Twitter",
"img": "./img/apps/twt.png",
"location": "https://twitter.com/explore"
},
{
"title": "Reddit",
"img": "./img/apps/rt.png",
"location": "https://reddit.com"
},
{
"title": "Twitch",
"img": "./img/apps/tich.jpg",
"location": "https://twitch.tv"
},
{
"title": "Discord",
"img": "./img/apps/dd.jpg",
"location": "https://discord.com/app"
},
{
"title": "Tik Tok",
"img": "./img/apps/tt.jpg",
"location": "https://www.tiktok.com"
},
{
"title": "Retro Arch",
"img": "./img/apps/retroarch.png",
"location": "./source/retroarch/"
},
{
"title": "CoolMathGames",
"img": "./img/apps/cmg.png",
"location": "https://www.coolmathgames.com"
},
{
"title": "Geforce Now",
"img": "./img/apps/gfnow.png",
"location": "https://play.geforcenow.com"
},
{
"title": "Y8",
"img": "./img/apps/y8.png",
"location": "https://www.y8.com"
}
]