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