I read that “If a content script does want to use a JavaScript library, then the library itself should be injected as a content script alongside the content script that wants to use it” My code use RegEx object. r = new RegExp(template, modifier);
What is the library I should add in my manifest file ?
Thanks