hvmonteiro / majin

Mobile Browser for the Desktop
Other
3 stars 0 forks source link

Save/Load settings to/from a JSON file #3

Open hvmonteiro opened 8 years ago

hvmonteiro commented 8 years ago

Application should be able to save it's settings in a JSON file stored in user's home, everytime it exits:

Things to be saved:

hvmonteiro commented 7 months ago

https://www.npmjs.com › package › electron-store

electron-store is a module that handles data saving and loading for your Electron app or module. It supports JSON Schema validation, migrations, encryption, and more options to customize your config file.