Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.14 KB

Web Manifest Validator

Try it live: https://manifest-validator.appspot.com/

Tip: To quickly validate your own site's manifest, you can type into the address bar: "https://manifest-validator.appspot.com/#https://example.com", substituting "example.com" with your own site's URL!"

How to contribute?

We are using travis for continuous integration and Google App Engine to host the website. In order to test your changes locally, you will need to have the Google Cloud SDK installed and use dev_appserver.py.

Changes will only be accepted if they pass the tests. Changes merged to the master branch will automatically be deployed to the app engine instance.

What's with the gh-pages branch?

This project used to be hosted with GitHub Pages. We moved over to Google App Engine but we kept a gh-pages branch that redirects to the new URL in order to not break existing links.

Build Status