I'm trying to add Facebook share button to my chrome extension (popup.html), but it's not easy to do so because of the CSP.
I know i can define "content_security_policy" in my manifest.js, but i couldn't find the right way.
I didn't find an answer on Google or on Stackoverflow.com
Any suggestion?