mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 00:47:29 -06:00
45cfbbdd6b
* SDA-1748 - Initial Cloud config * SDA-1748 - Read menu items enabled values from filtered cloud config * SDA-1748 - Fix unit tests * SDA-1748 - Fix issues with custom title bar and devtools * SDA-1748 - Fix unit tests
36 lines
931 B
Plaintext
36 lines
931 B
Plaintext
{
|
|
"url":"https://foundation-dev.symphony.com",
|
|
"minimizeOnClose" : "ENABLED",
|
|
"launchOnStartup" : "ENABLED",
|
|
"alwaysOnTop" : "DISABLED",
|
|
"bringToFront": "DISABLED",
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": "ENABLED",
|
|
"memoryRefresh": "ENABLED",
|
|
"memoryThreshold": "800",
|
|
"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": ""
|
|
}
|