- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / panels / context_menu / manifest.json
1 {
2   "name": "Extension that creates a panel and custom context menu item.",
3   "version": "1",
4   "manifest_version": 2,
5   "description": "Used to verify panels can create custom context menu items.",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "permissions": ["contextMenus", "tabs"]
10 }