blob: 6672b1bdadf28f8af30d53c1dee7a74885ca84f7 [file]
{
"version": "1.0.0.0",
"manifest_version": 2,
"name": "executeScript and insertCSS test",
"description": "Test extension API: executeScript and insertCSS",
"background": {
"scripts": ["test.js"],
"persistent": true
},
"permissions": ["tabs", "http://a.com/"]
}