launcher: bump SRCREV for D-Bus removal
[AGL/meta-agl-demo.git] / recipes-demo / flutter-cluster-dashboard / files / flutter_cluster_dashboard_on_bg-debug.json
1 {
2         "view": [
3                 {
4                         "window_type": "BG",
5                         "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard",
6                         "vm_args": [
7                                 "--observatory-host",
8                                 "0.0.0.0",
9                                 "--observatory-port",
10                                 "1234"
11                         ],
12                         "width": 1920,
13                         "height": 1080,
14                         "fullscreen": true
15                 }
16         ]
17 }