- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / media_galleries / no_access / manifest.json
1 {
2   "name": "chrome.mediaGalleries.no_access",
3   "version": "0.1",
4   "description": "test having no access for chrome.mediaGalleries.getMediaFileSystems fails appropriately",
5   "app": {
6     "background": {
7       "scripts": ["common_injected.js", "test.js"]
8     }
9   },
10   "permissions": [{"mediaGalleries": ["allAutoDetected"]}]
11 }