blob: 3cee35087d4d7e66904e2167c076b052b1f63110 (
plain)
1
2
3
4
5
6
7
8
9
10
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
}
]
}
|