SymphonyElectron/config/Symphony.config
Kiran Niranjan 274f4811f0 ELECTRON-635 (Custom auto launch implementation)[Windows] (#484)
* ELECTRON-635: add support for auto launch custom path

* ELECTRON-635 - autolaunch aip testing

* ELECTRON-635 - Add quot

* ELECTRON-635 - Escape quot

* ELECTRON-635 - Escape quot

* ELECTRON-635 - Fix escape auto launch path

* ELECTRON-635 - Fix escape auto launch path

* ELECTRON-635 - Fix escape auto launch path

* ELECTRON-635 - add empty property to the AUTO_LAUNCH_PATH property

* ELECTRON-635 - final fix for auto launch

* ELECTRON-635 - Fix auto launch issue

* ELECTRON-635 - Fix path escape

* ELECTRON-635 - Fix first time launch

* ELECTRON-635 - Mock app.getVersion

* ELECTRON-635 - Fix per user app path
2018-08-30 22:58:07 +05:30

37 lines
931 B
Plaintext

{
"url": "https://foundation-dev.symphony.com",
"minimizeOnClose" : true,
"launchOnStartup" : true,
"alwaysOnTop" : false,
"bringToFront": false,
"whitelistUrl": "*",
"isCustomTitleBar": true,
"memoryRefresh": true,
"devToolsEnabled": true,
"ctWhitelist": [],
"notificationSettings": {
"position": "upper-right",
"display": ""
},
"crashReporter": {
"submitURL": "https://localhost:1127/post",
"companyName": "Symphony",
"uploadToServer": false
},
"customFlags": {
"authServerWhitelist": "",
"authNegotiateDelegateWhitelist": "",
"disableGpu": false
},
"permissions": {
"media": true,
"geolocation": true,
"notifications": true,
"midiSysex": true,
"pointerLock": true,
"fullscreen": true,
"openExternal": true
},
"autoLaunchPath": ""
}