summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json')
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json
new file mode 100644
index 00000000..aca303fb
--- /dev/null
+++ b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json
@@ -0,0 +1,18 @@
+{
+ "view": [
+ {
+ "window_type": "BG",
+ "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard",
+ "vm_args": [
+ "--observatory-host",
+ "0.0.0.0",
+ "--observatory-port",
+ "1234",
+ "--start-paused"
+ ],
+ "width": 1920,
+ "height": 1080,
+ "fullscreen": true
+ }
+ ]
+} \ No newline at end of file