Manifest file is invalid

做~自己de王妃 提交于 2019-12-24 07:04:46

问题


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!)


回答1:


I get this problem when I publish too many times in short succession. I believe your browser is caching the downloaded package (i.e. using a previously downloaded version) but then verifying the package against the new published packaged metadata.

It should correct itself after 10 minutes or so.

This is a very annoying problem for me, too.




回答2:


This seems to have taken care of itself after a few minutes. Odd.



来源:https://stackoverflow.com/questions/13531372/manifest-file-is-invalid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!