chibat / chrome-extension-typescript-starter

Chrome Extension TypeScript Starter
MIT License
2.39k stars 403 forks source link

Use Chrome manifest JSON schema #5

Closed psukys closed 6 years ago

psukys commented 6 years ago

This PR proposes using Chrome manifest JSON schema. What this means is, whenever manifest.json is being edited in the project, suggestions are given from http://json.schemastore.org/chrome-manifest.

chibat commented 6 years ago

Thanks for your PR !