3 "scripts": ["background.js"]
6 "js": [ "content_script.js" ],
7 "matches": [ "<all_urls>" ]
9 "permissions": [ "tabs" ],
10 "description": "Test whether whitelisted extensions can run scripts everywhere using content script",
11 "name": "AllUrls content script permissions",
12 "manifest_version": 2,