Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "background_page": "background.html", | 2 "background_page": "background.html", |
| 3 "description": "Test whether extensions open incognito windows after policy d isallows it", | 3 "description": "Test whether extensions open incognito windows after policy d isallows it", |
| 4 "name": "Incognito Disabled", | 4 "name": "Incognito Disabled", |
| 5 "permissions": [ "tabs" ], | 5 "permissions": [ "tabs" ], |
| 6 "manifest_version": 2, | |
| 6 "version": "1.0" | 7 "version": "1.0" |
| 7 } | 8 } |
| OLD | NEW |