Chrome Extension with Select2

I want to include my chrome extension with select2. Since chrome extensions do not allow scripts that are hosted online, I have to download select2 to my computer. Do I download select2.min.js and select2.min.css, or do I have to download all the files on the github project?

Just select2.min.js and select2.min.css should be all you need.