2 "name": "View source content scripts test",
3 "description": "Detect when a view source page opens, checking that content scripts don't run.",
7 "scripts": ["background.js"]
9 "permissions": ["tabs", "http://*/*"],
12 "matches": ["http://*/*"],
14 "run_at": "document_start"