- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / window_open / opener / manifest.json
1 {
2   "name": "chrome.windows.create() and window.opener behavior",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests the window.opener property can be preserved with certain combinations of chrome.windows.create and window.open.",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs"]
10 }