summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/flutter-homescreen/files/flutter-homescreen.json')
-rw-r--r--recipes-demo/flutter-homescreen/files/flutter-homescreen.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
new file mode 100644
index 00000000..83aa09a8
--- /dev/null
+++ b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
@@ -0,0 +1,10 @@
+{
+ "view" : [ {
+ "window_type" : "BG",
+ "width" : 1920,
+ "height": 1080,
+ "fullscreen": true,
+ "window_activation_area" : { "x" : 0, "y" : 160, "width" : 1080, "height" : 1600 }
+ }
+ ]
+}