- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / panels / basic / manifest.json
1 {
2   "name": "Simple extension that creates a panel.",
3   "version": "1",
4   "manifest_version": 2,
5   "description": "Used by tests that simply need a panel created.",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "permissions": ["tabs"]
10 }