2 "name": "content_scripts_fragment_navigation",
5 "description": "Tests content scripts running with navigation to fragments within a page",
7 "scripts": ["background.js"]
9 "permissions": ["tabs"],
11 { "matches": ["http://*/*"], "js": ["content_script.js"] }