2 "name": "incognito no script",
5 "description": "Checks that content scripts do not inject js into incognito browsers.",
6 "permissions": ["http://*/*", "https://*/*"],
9 "matches": ["http://*/*", "https://*/*"],
10 "js": ["change_page_title.js"],
11 "run_at": "document_end"