Same conditions, multiple scripts
If you need to inject multiple files with all other conditions being the same, for example to include a library, you can list all of them in the "js" array:
"content_scripts" : [
{
"js": ["library.js", "conten...