blob: efa8cc384007b32738737fdfa336623d3a22493c [file] [log] [blame]
{
"manifest_version": 2,
"name": "NTP content script injection",
"version": "1",
"description": "Test for crbug.com/844428",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
}
}