config.json 511 B

1234567891011121314151617
  1. {
  2. "enterURL": "https://demos.run/soundSynthesis/index1.html",
  3. "width": 960,
  4. "height": 580,
  5. "webPreferences": {
  6. "webSecurity": false,
  7. "nodeIntegration": false,
  8. "nativeWindowOpen": false,
  9. "preload": "<dir>/preload.js"
  10. },
  11. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
  12. "autoHideMenuBar": true,
  13. "redirect":[],
  14. "redirectURL":"",
  15. "proxy":"",
  16. "noCache": false
  17. }