web-app-manifest-validator
v1.1.0
Published
Web app manifest validator
Downloads
12,641
Readme
web-app-manifest-validator
Really simple web app manifest validator.
Install
$ npm install --save web-app-manifest-validatorUsage
var validate = require('web-app-manifest-validator');
var manifest = require('./manifest.json');
validate(manifest).forEach(function(error) {
console.log(error);
});License
web-app-manifest-validator is licensed under the MIT license.
See LICENSE for the full license text.
