Add a new image for Flutter instrument cluster app
[AGL/meta-agl-demo.git] / recipes-demo / flutter-cluster-dashboard / files / ic_on_bg-debug.json
1 {
2         "view" : [ {
3                 "window_type" : "BG",
4                 "bundle_path" : "/usr/share/flutter/ic",
5                 "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234"],
6                 "width" : 1920,
7                 "height": 1080,
8                 "fullscreen": true
9                 }
10         ]
11 }