We recently attempted to publish an extension in an unlisted chrome store intended for limited access and encountered a rejection notification that stated:
"Developers must not obfuscate code or conceal functionality of their extension. This also applies to any external code or resource fetched by the extension package."
However, we do not employ code obfuscation which we believe is of no value and we're not attempting to conceal functionality.
We minimize our code employing jscompress (
https://jscompress.com) which employs UglifyJS which appears to be what Google recommends.
Regarding external files, we limit ourselves to a standard minimized copy of jQuery. Regarding external resources, they are limited to html and JSON text. No javascript is loaded remotely.
We responded to the notification with a request for clarification regarding what file or code was considered obfuscated, but as yet, no reply.
At present, we're stumped as to how to proceed since we obviously cannot un-obfuscate code that isn't obfuscated.
Constructive suggestions would be much appreciated. Thanks!