npm install electron-servicesjsonStorage = { set: function(id, value) {}, get: function(id) {}, remove: function(id) {}, list: function(id) {}Return promises
jsonStorage.set('test', {foo:'bar'}).then(function(response), function(error));
assets: './_assets', storage: './_storage'