| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Split-mode incognito settings test", | 2 "name": "Split-mode incognito settings test", |
| 3 "version": "1.0", | 3 "version": "1.0", |
| 4 "manifest_version": 2, |
| 4 "description": "Tests the API in split incognito mode", | 5 "description": "Tests the API in split incognito mode", |
| 5 "permissions": ["experimental"], | 6 "permissions": ["experimental"], |
| 6 "background_page": "background.html", | 7 "background_page": "background.html", |
| 7 "incognito": "split" | 8 "incognito": "split" |
| 8 } | 9 } |
| OLD | NEW |