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?