Hi, I was wondering how do I go about using jQuery in my addon. As of now, I simply downloaded a copy of it from the jQuery website (https://code.jquery.com/jquery-3.2.0.min.js) and then specified it in the js section of the content script, i.e.
My add-on got rejected with this as one of the reason:
Your add-on includes a JavaScript library file that doesn’t match any versions known to us. We require all add-ons to use unmodified release versions.
jquery-3.2.0.min.js
You have uploaded sources. That means addon is now in Admin review queue which can take longer.
I am not able to review it (I am not an admin).
There’s no need to include source code unless your add-on has minified, obfuscated or compiled code. Established libraries do not require inclusion of their sources. Please keep this in mind for the future, since add-ons that include additional sources enter a separate queue and tend to take longer to be reviewed.
Update:
Admin has moved the addon back to the normal queue