OLD | NEW |
1 { | 1 { |
2 "name": "chrome.windows.create() and window.opener behavior", | 2 "name": "chrome.windows.create() and window.opener behavior", |
3 "version": "0.1", | 3 "version": "0.1", |
| 4 "manifest_version": 2, |
4 "description": "Tests the window.opener property can be preserved with certain
combinations of chrome.windows.create and window.open.", | 5 "description": "Tests the window.opener property can be preserved with certain
combinations of chrome.windows.create and window.open.", |
5 "background_page": "test.html", | 6 "background_page": "test.html", |
6 "permissions": ["tabs"] | 7 "permissions": ["tabs"] |
7 } | 8 } |
OLD | NEW |