This is my manifest.json
{ "name": "Environment Quick Switch", "version": "1.0", "description": "Quick switch around develop environments.", "browser_action": { "default_icon": "icon.png", "popup": "action.html" }, "permissions": [ "tabs", "http://*/*", "https://*/*" ] }
I load it's folder in develop mode is OK, but after I packaged it and try to install the .crx file, comes the Manifest file is invalid
problem .
Is anyone knows how to deal with this?
I got this error too when I updated my extension. I think it happens sometimes when your extension is propagating to various servers. I came and looked at this thread and then went back to the store and tried again and it was fine.
I finally fixed this problem, it's just because my develop folder's path contains Chinese characters, moved it to a English path can solve this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With