summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json')
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json11
1 files changed, 11 insertions, 0 deletions
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
index 00000000..3cee3508
--- /dev/null
+++ b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
@@ -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
+ }
+ ]
+}