OLD | NEW |
1 { | 1 { |
2 "name": "chrome.experimental.downloads", | 2 "name": "chrome.experimental.downloads", |
3 "version": "0.1", | 3 "version": "0.1", |
| 4 "incognito": "split", |
4 "manifest_version": 2, | 5 "manifest_version": 2, |
5 "description": "end-to-end browser test for chrome.experimental.downloads API"
, | 6 "description": "end-to-end browser test for chrome.experimental.downloads API"
, |
6 "background": { | 7 "background": { |
7 "scripts": ["test.js"] | 8 "scripts": ["test.js"] |
8 }, | 9 }, |
9 "permissions": ["experimental", "downloads", "http://*/*", "https://*/*"] | 10 "permissions": ["tabs", "experimental", "downloads", "http://*/*", "https://*/
*"] |
10 } | 11 } |
OLD | NEW |