da51d91059fdd33a793e4ad09d00e6c523d8d64b
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / system_indicator / unloaded / manifest.json
1 {
2   "name": "chrome.systemIndicator.unloaded",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Ensure clicks work even after app is unloaded",
6   "app" : {
7     "background": {
8       "scripts": ["test.js"]
9     }
10   },
11   "system_indicator": {},
12   "permissions": ["systemIndicator"]
13 }