mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
{
|
|
"url":"https://my.symphony.com",
|
|
"overrideUserAgent": false,
|
|
"minimizeOnClose" : "ENABLED",
|
|
"launchOnStartup" : "ENABLED",
|
|
"alwaysOnTop" : "DISABLED",
|
|
"bringToFront": "DISABLED",
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": "ENABLED",
|
|
"memoryRefresh": "ENABLED",
|
|
"memoryThreshold": "800",
|
|
"devToolsEnabled": true,
|
|
"contextIsolation": true,
|
|
"contextOriginUrl": "",
|
|
"disableGpu": false,
|
|
"enableRendererLogs": false,
|
|
"ctWhitelist": [],
|
|
"podWhitelist": [],
|
|
"notificationSettings": {
|
|
"position": "upper-right",
|
|
"display": ""
|
|
},
|
|
"customFlags": {
|
|
"authServerWhitelist": "",
|
|
"authNegotiateDelegateWhitelist": "",
|
|
"disableThrottling": "DISABLED"
|
|
},
|
|
"permissions": {
|
|
"media": true,
|
|
"geolocation": true,
|
|
"notifications": true,
|
|
"midiSysex": true,
|
|
"pointerLock": true,
|
|
"fullscreen": true,
|
|
"openExternal": true
|
|
},
|
|
"autoLaunchPath": "",
|
|
"userDataPath": "",
|
|
"chromeFlags": ""
|
|
}
|