-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps-sample.json
More file actions
58 lines (58 loc) · 1.42 KB
/
Copy pathapps-sample.json
File metadata and controls
58 lines (58 loc) · 1.42 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
[
{
"name": "Plex",
"icon": "icons/plex.png",
"command": "flatpak run tv.plex.PlexHTPC",
"force-device-scale-factor": "",
"incognito": false,
"fullscreen": false
},
{
"name": "Jellyfin",
"icon": "icons/jellyfin.png",
"command": "flatpak run org.jellyfin.JellyfinDesktop --fullscreen --tv",
"force-device-scale-factor": "",
"incognito": false,
"fullscreen": false
},
{
"name": "Kodi",
"icon": "icons/kodi.png",
"command": "flatpak run tv.kodi.Kodi",
"force-device-scale-factor": "",
"incognito": false,
"fullscreen": false
},
{
"name": "YouTube",
"icon": "icons/youtube.png",
"command": "flatpak run rocks.shy.VacuumTube --fullscreen",
"force-device-scale-factor": "",
"incognito": false,
"fullscreen": false
},
{
"name": "Twitch",
"icon": "icons/twitch.png",
"command": "https://twitchmultiview.teklynk.com",
"force-device-scale-factor": "1.25",
"incognito": false,
"fullscreen": false
},
{
"name": "RetroAssembly",
"icon": "icons/retroassembly.png",
"command": "http://192.168.0.40:8088",
"force-device-scale-factor": "1.25",
"incognito": false,
"fullscreen": false
},
{
"name": "BraveIncognito",
"icon": "icons/brave-incognito.png",
"command": "https://search.brave.com",
"force-device-scale-factor": "1.25",
"incognito": true,
"fullscreen": false
}
]