summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json
blob: 3d92b45f6f9e27e38e784d885fd8fd1cea22bd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
        "view": [
                {
                        "window_type": "BG",
                        "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard",
                        "vm_args": [
                                "--observatory-host",
                                "0.0.0.0",
                                "--observatory-port",
                                "1234"
                        ],
                        "width": 1920,
                        "height": 1080,
                        "fullscreen": true
                }
        ]
}