naviapps / create-nw-react-app

Create NW.js React apps with no build configuration.
MIT License
144 stars 14 forks source link

NW.js Manifest Format in create-nw-react-app #52

Open ismael1361 opened 2 years ago

ismael1361 commented 2 years ago

So far, I couldn't find a way to remove the top taskbar, for example, presenting the configuration in the manifest file as demonstrated in NW.js Documentation:

{     ...     "window": {         "toolbar": false,     }     ... }