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