- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / settings / split_incognito / manifest.json
1 {
2   "name": "Split-mode incognito storage test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests the Storage API in split incognito mode",
6   "permissions": ["storage"],
7   "background": {
8     "scripts": ["background.js"]
9   },
10   "incognito": "split"
11 }