- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / apitest / manifest.json
1 {
2   "name": "Extension API tests",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests for the extension api tests api.",
6   "background": {
7     "scripts": ["background.js"]
8   }
9 }