`Manifest file is invalid` when uploading my chrome extension to the Chrome Web Store `Manifest file is invalid` when uploading my chrome extension to the Chrome Web Store google-chrome google-chrome

`Manifest file is invalid` when uploading my chrome extension to the Chrome Web Store


Used your manifest.json, got this error.

Could not load extension from '/Users/jjperezaguinaga/samples/ext'. Required value 'version' is missing or invalid. It must be between 1-4 dot-separated integers each between 0 and 65536.

I removed some 0's from your version and I was able to load it.


replace

"version": "0.0.0.0.1"

with

"version": "1.0"