summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
blob: 83aa09a8eca9c40e955ce1891623f5c0a20354a3 (plain)
1
2
3
4
5
6
7
8
9
10
{
        "view" : [ {
                "window_type" : "BG",
                "width" : 1920,
                "height": 1080,
                "fullscreen": true,
                "window_activation_area" : { "x" : 0, "y" : 160, "width" : 1080, "height" : 1600 }
                }
        ]
}