- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / executescript / file_after_close / manifest.json
1 {
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "executeScript.file then close",
5   "description": "Tests that executeScript with a file source can be fired from a page that immediately closes without crashing the browser",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs", "http://b.com/"]
10 }