change hs-conf for vertical
[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": "visible",
15                                 "after": "homescreen"
16                         },
17                         {
18                                 "appid": "restriction",
19                                 "visibility": "invisible"
20                         }
21                 ],
22                 "default-lastmode": [
23                 ],
24                 "normal-apps": [
25                         {
26                                 "appid": "navigation",
27                                 "visibility": "invisible"
28                         },
29                         {
30                                 "appid": "tbtnavi",
31                                 "visibility": "invisible"
32                         }
33                 ]
34         }
35 }