- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / incognito / dont_create_profile / manifest.json
1 {
2   "name": "incognito apitest",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "test that an incognito extension can't accidentially create an OTR profile",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "permissions": ["tabs", "cookies"]
10 }