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