mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 17:06:24 -06:00
35 lines
866 B
Plaintext
35 lines
866 B
Plaintext
{
|
|
"url":"https://corporate.symphony.com",
|
|
"minimizeOnClose" : true,
|
|
"launchOnStartup" : true,
|
|
"alwaysOnTop" : false,
|
|
"bringToFront": false,
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": true,
|
|
"memoryRefresh": true,
|
|
"devToolsEnabled": true,
|
|
"contextIsolation": true,
|
|
"ctWhitelist": [],
|
|
"podWhitelist": [],
|
|
"notificationSettings": {
|
|
"position": "upper-right",
|
|
"display": ""
|
|
},
|
|
"customFlags": {
|
|
"authServerWhitelist": "",
|
|
"authNegotiateDelegateWhitelist": "",
|
|
"disableGpu": false,
|
|
"disableThrottling": false
|
|
},
|
|
"permissions": {
|
|
"media": true,
|
|
"geolocation": true,
|
|
"notifications": true,
|
|
"midiSysex": true,
|
|
"pointerLock": true,
|
|
"fullscreen": true,
|
|
"openExternal": true
|
|
},
|
|
"autoLaunchPath": ""
|
|
}
|