OLD | NEW |
1 { | 1 { |
2 "name": "incognito split-mode apitest", | 2 "name": "incognito split-mode apitest", |
3 "version": "0.1", | 3 "version": "0.1", |
| 4 "manifest_version": 2, |
4 "description": "test that an incognito extension in split mode behaves properl
y", | 5 "description": "test that an incognito extension in split mode behaves properl
y", |
5 "background_page": "background.html", | 6 "background_page": "background.html", |
6 "incognito": "split", | 7 "incognito": "split", |
7 "permissions": ["tabs", "bookmarks", "http://*/*"] | 8 "permissions": ["tabs", "bookmarks", "http://*/*"] |
8 } | 9 } |
OLD | NEW |