I'm working on a Chrome extension and it's almost done. It uses CryptoJS, though, and I was wondering if it's okay to have those files (eg sha1.js) inside the extension package when I publish it (I downloaded CryptoJS and copied the SHA script file into the extension directory.)
The alternative of course would be to include the URL in the script tag but that didn't work right off the bat.
Any help would be appreciated.