- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / request_quota_background / manifest.json
1 {
2   "name": "Test requestQuota in background page",
3   "version": "1.0",
4   "manifest_version": 2,
5   "background": {
6     "scripts": ["background.js"]
7   }
8 }