SymphonyElectron/config/Symphony.config

34 lines
843 B
Plaintext
Raw Normal View History

{
"url":"https://corporate.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": ""
}