My Chrome Webstore Extension has been rejected, I think for one of the following reasons:
- It loads a script tag into the background page from an external HTTPS:// location
- The reason for this is that the functionality could change often/be shared among other extensions.
- My HTTPS URL is added to content_security_policy in the manifest.json
- It has no comments (the build process removes comments).
These seem like minor issues, but my extension has been rejected twice.
There is no contact section in the developer webstore UI, the generic rejection emails seem automated so Im not sure if I will get a response.
Thanks