Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / sync_file_system / authorization_test / manifest.json
1 {
2   "name": "Authorization Test",
3   "version": "0.0",
4   "manifest_version": 2,
5   "description": "end-to-end browser test for authorization behavior of SyncFileSystem",
6   "permissions": ["syncFileSystem"],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   }
12 }