default.json (520B)
1 { 2 "$schema": "../gen/schemas/desktop-schema.json", 3 "identifier": "default", 4 "description": "Allow the main window to start the bundled iuna sidecar.", 5 "windows": [ 6 "main" 7 ], 8 "remote": { 9 "urls": [ 10 "http://127.0.0.1:18661/*" 11 ] 12 }, 13 "permissions": [ 14 "core:default", 15 "shell:allow-open", 16 { 17 "identifier": "shell:allow-execute", 18 "allow": [ 19 { 20 "name": "binaries/iuna-sidecar", 21 "sidecar": true, 22 "args": [] 23 } 24 ] 25 } 26 ] 27 }