add hs-config
[apps/agl-service-homescreen.git] / conf / hs-conf.json
index 84a8386..e50ad8a 100644 (file)
@@ -3,32 +3,36 @@
                "times": 20000,
                "sleep": 50
        },
-       "hs-apps": [
-               {
-                       "appid": "homescreen",
-                       "visibility": "visible"
-               },
-               {
-                       "appid": "launcher",
-                       "visibility": "invisible"
-               },
-               {
-                       "appid": "onscreenapp",
-                       "visibility": "invisible"
-               },
-               {
-                       "appid": "restriction",
-                       "visibility": "invisible"
-               }
-       ],
-       "default-lastmode": [
-               {
-                       "appid": "launcher",
-                       "area": "normal.full"
-               }
-       ],
-       "normal-apps": {
-                       "appid": "warehouse",
-                       "visibility": "invisible"
+       "recover" {
+               "hs-apps": [
+                       {
+                               "appid": "homescreen",
+                               "visibility": "visible"
+                       },
+                       {
+                               "appid": "launcher",
+                               "visibility": "invisible"
+                       },
+                       {
+                               "appid": "onscreenapp",
+                               "visibility": "invisible"
+                       },
+                       {
+                               "appid": "restriction",
+                               "visibility": "invisible"
+                       }
+               ],
+               "default-lastmode": [
+                       {
+                               "appid": "launcher",
+                               "area": "normal.full"
+                       }
+               ],
+               "normal-apps": [
+                       {
+                               "appid": "warehouse",
+                               "visibility": "invisible"
+                       }
+               ]
        }
 }
\ No newline at end of file