mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
918c5741a6
* ELECTRON-1243: add support to control throttling * ELECTRON-1243: fix chrome flags tests * ELECTRON-1243: refactor code and address PR comments
34 lines
849 B
Plaintext
34 lines
849 B
Plaintext
{
|
|
"url": "https://foundation-dev.symphony.com",
|
|
"minimizeOnClose" : true,
|
|
"launchOnStartup" : true,
|
|
"alwaysOnTop" : false,
|
|
"bringToFront": false,
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": true,
|
|
"memoryRefresh": true,
|
|
"devToolsEnabled": true,
|
|
"contextIsolation": false,
|
|
"ctWhitelist": [],
|
|
"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": ""
|
|
}
|