- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / extension_module / incognito_file / manifest.json
1 {
2   "name": "chrome.extension",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "end-to-end browser test for some chrome.extension API: incognito mode",
6   "background": {
7     "page": "test.html"
8   }
9 }