Advertisement
sebbu

nwjs redistributable package.json

Apr 29th, 2023 (edited)
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.28 KB | None | 0 0
  1. {
  2.     "name": "game",
  3.     "main": "www/index.html",
  4.     "js-flags": "--expose-gc",
  5.     "window": {
  6.         "title": "game",
  7.         "toolbar": false,
  8.         "width": 816,
  9.         "height": 624,
  10.         "icon": "www/icon/icon.png"
  11.     },
  12.     "dom_storage_quota": 100
  13. }
  14.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement