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
diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
new file mode 100644 (file)
index 0000000..3cee350
--- /dev/null
@@ -0,0 +1,11 @@
+{
+        "view" : [ {
+                "window_type" : "BG",
+                "bundle_path" : "/usr/share/flutter/ic",
+                "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234"],
+                "width" : 1920,
+                "height": 1080,
+                "fullscreen": true
+                }
+        ]
+}