start launcher and lastmode after homescreen started
[apps/agl-service-homescreen.git] / conf / hs-conf.json
1 {
2         "handshake": {
3                 "times": 20000,
4                 "sleep": 50
5         },
6         "recover": {
7                 "hs-apps": [
8                         {
9                                 "appid": "homescreen",
10                                 "visibility": "visible"
11                         },
12                         {
13                                 "appid": "launcher",
14                                 "visibility": "invisible",
15                                 "after": "homescreen"
16                         },
17                         {
18                                 "appid": "onscreenapp",
19                                 "visibility": "invisible"
20                         },
21                         {
22                                 "appid": "restriction",
23                                 "visibility": "invisible"
24                         }
25                 ],
26                 "default-lastmode": [
27                         {
28                                 "appid": "launcher",
29                                 "visibility": "visible",
30                                 "after": "homescreen"
31                         }
32                 ],
33                 "normal-apps": [
34                         {
35                                 "appid": "warehouse",
36                                 "visibility": "invisible"
37                         }
38                 ]
39         }
40 }