2 "name": "content_script_extension_process",
5 "description": "Content scripts should get injected into web pages, even when the webpages are in an extension process.",
7 "page": "background.html"
11 "matches": ["http://*/*"],
12 "js": ["injectionator.js"],