OLD | NEW |
1 { | 1 { |
2 "version": "1.0.0.0", | 2 "version": "1.0.0.0", |
| 3 "manifest_version": 2, |
3 "name": "executeScript.file then close", | 4 "name": "executeScript.file then close", |
4 "description": "Tests that executeScript with a file source can be fired from
a page that immediately closes without crashing the browser", | 5 "description": "Tests that executeScript with a file source can be fired from
a page that immediately closes without crashing the browser", |
5 "background_page": "test.html", | 6 "background_page": "test.html", |
6 "permissions": ["tabs", "http://b.com/"] | 7 "permissions": ["tabs", "http://b.com/"] |
7 } | 8 } |
OLD | NEW |