| { | |
| "name": "execute_script_fragment_navigation", | |
| "version": "1.0", | |
| "manifest_version": 2, | |
| "description": "Tests execute script running after navigation to a fragments within a page", | |
| "background": { | |
| "scripts": ["background.js"], | |
| "persistent": true | |
| }, | |
| "permissions": ["tabs", "http://*/*"], | |
| "content_scripts": [ | |
| {"matches": ["http://*/*"], "js": ["content_script.js"]} | |
| ] | |
| } |