config.json 406 B

123456789101112131415161718
  1. {
  2. "enterURL": "./index.html",
  3. "width": 960,
  4. "height": 570,
  5. "webPreferences": {
  6. "webSecurity": false,
  7. "contextIsolation": true,
  8. "nodeIntegration": false,
  9. "nativeWindowOpen": false,
  10. "preload": "<dir>/preload.js",
  11. "sandbox": false
  12. },
  13. "autoHideMenuBar": true,
  14. "redirect":[],
  15. "redirectURL":"",
  16. "proxy":"",
  17. "noCache": true
  18. }