OLD | NEW |
---|---|
1 { | 1 { |
2 "version": "1.0.0.0", | 2 "version": "1.0.0.0", |
3 "manifest_version": 2, | |
3 "name": "executeScript and insertCSS test", | 4 "name": "executeScript and insertCSS test", |
4 "description": "Test extension API: executeScript and insertCSS", | 5 "description": "Test extension API: executeScript and insertCSS", |
5 "background_page": "test.html", | 6 "background_page": "test.html", |
6 "permissions": ["tabs", "http://a.com/"] | 7 "permissions": ["tabs", "http://a.com/"] |
7 } | 8 } |
OLD | NEW |