ac7d91adc2779602d32396d982faf3491ceaccc3
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / system_indicator / basics / manifest.json
1 {
2   "name": "chrome.systemIndicator",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "end-to-end browser test for chrome.systemIndicator API",
6   "app" : {
7     "background": {
8       "scripts": ["test.js"]
9     }
10   },
11   "system_indicator": {},
12   "permissions": ["systemIndicator"]
13 }