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