- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / storage_quota / unlimited_quota / 1.0 / manifest.json
1 {
2    "name": "Storage_UnlimitedQuota",
3    "version": "1.0",
4    "manifest_version": 2,
5    "description": "An extension that asks for unlimited storage space.",
6    "permissions": ["unlimited_storage"]
7 }