don't use area info
[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                         },
16                         {
17                                 "appid": "onscreenapp",
18                                 "visibility": "invisible"
19                         },
20                         {
21                                 "appid": "restriction",
22                                 "visibility": "invisible"
23                         }
24                 ],
25                 "default-lastmode": [
26                         {
27                                 "appid": "launcher",
28                                 "visibility": "visible"
29                         }
30                 ],
31                 "normal-apps": [
32                         {
33                                 "appid": "warehouse",
34                                 "visibility": "invisible"
35                         }
36                 ]
37         }
38 }