- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / permissions / sync_file_system.json
1 {
2   "name": "SyncFileSystem permissions",
3   "version": "1.0.1.0",
4   "manifest_version": 2,
5   "permissions": ["syncFileSystem"],
6   "app": { "background": { "scripts": ["no-such-file.js"] } }
7 }
8