config.json 410 B

12345678910111213141516
  1. {
  2. "enterURL": "https://demos.run/soundSynthesis/index1.html",
  3. "width": 960,
  4. "height": 570,
  5. "webPreferences": {
  6. "webSecurity": false,
  7. "nodeIntegration": false,
  8. "nativeWindowOpen": false,
  9. "preload": "C:/Users/mail/Documents/GitHub/myApp/preload.js"
  10. },
  11. "autoHideMenuBar": true,
  12. "redirect":[],
  13. "redirectURL":"",
  14. "proxy":"",
  15. "noCache": false
  16. }