summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-homescreen/files/flutter-homescreen-profile.json
blob: 128800e45e18c38688a4c11def5da53b6f357b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
        "view" : [ {
                "window_type" : "BG",
                "bundle_path" : "/usr/share/flutter/flutter_homescreen",
                "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234", "--start-paused"],
                "width" : 1920,
                "height": 1080,
                "fullscreen": true
                }
        ]
}