- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / context_menus / add_from_multiple_contexts / manifest.json
1 {
2   "name": "Test context menu creation from multiple extension pages.",
3   "version": "1.0",
4   "manifest_version": 2,
5   "permissions": [
6     "contextMenus"
7   ],
8   "background": {
9     "scripts": ["background.js"]
10   }
11 }