{
"version": "1",
"manifest_version": 2,
"name": "Tests whether an extension can inject script into file frames",
"background": {
"scripts": ["background.js"],
"persistent": true
},
"permissions": ["<all_urls>", "tabs"]
}
{
"version": "1",
"manifest_version": 2,
"name": "Tests whether an extension can inject script into file frames",
"background": {
"scripts": ["background.js"],
"persistent": true
},
"permissions": ["<all_urls>", "tabs"]
}