aboutsummaryrefslogtreecommitdiffstats
path: root/conf/hs-conf.json
blob: 35aabf3b283cd04e4c31ee762641639d0c72f23e (plain)
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
{
	"handshake": {
		"times": 20000,
		"sleep": 50
	},
	"recover": {
		"hs-apps": [
			{
				"appid": "homescreen",
				"visibility": "visible"
			},
			{
				"appid": "launcher",
				"visibility": "invisible"
			},
			{
				"appid": "onscreenapp",
				"visibility": "invisible"
			},
			{
				"appid": "restriction",
				"visibility": "invisible"
			}
		],
		"default-lastmode": [
			{
				"appid": "launcher",
				"visibility": "visible"
			}
		],
		"normal-apps": [
			{
				"appid": "warehouse",
				"visibility": "invisible"
			}
		]
	}
}