| { | |
| "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/"] | |
| } |