config.json 313 B

123456789101112131415
  1. {
  2. "enterURL": "https://bifaw.com/",
  3. "width": 1200,
  4. "height": 800,
  5. "webPreferences": {
  6. "webSecurity": false,
  7. "nodeIntegration": true,
  8. "nativeWindowOpen": false
  9. },
  10. "autoHideMenuBar": true,
  11. "redirect":[],
  12. "redirectURL":"",
  13. "proxy":"",
  14. "noCache": true
  15. }