I successfully uploaded a new version of my extension to the chrome app store, and I'm suddenly getting Manifest file is invalid
errors when I try to install it.
Here is the source code (specifically, I tried to upload this package).
How do I fix it? The one thing I tried to change is make the extensino's icon disappear, according to this answer. I tried several things like not using a browser_action
or using a page_action
instead ... but I keep getting an error when I try to install the extension through the app store (no error on upload though!)