Web app manifest validator
npm install web-app-manifest-validatorReally simple web app manifest validator.
```
$ npm install --save web-app-manifest-validator
`js
var validate = require('web-app-manifest-validator');
var manifest = require('./manifest.json');
validate(manifest).forEach(function(error) {
console.log(error);
});
``
web-app-manifest-validator is licensed under the MIT license.
See LICENSE for the full license text.