config.json 451 B

123456789101112131415161718
  1. {
  2. "enterURL": "https://demos.run/%E5%88%B7%E8%AE%BF%E9%97%AE/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": false
  18. }