{ "name": "chrome-webNavigation", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [""], "js": ["content-script.js"], "run_at": "document_start" } ], "background": { "scripts": ["background.js"], "persistent": true } }