- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / contextMenus / basic / manifest.json
1 {
2   "name": "Context Menus Sample",
3   "description": "Shows some of the features of the Context Menus API",
4   "version": "0.6",
5   "permissions": ["contextMenus"],
6   "background": {
7     "scripts": ["sample.js"]
8   },
9   "manifest_version": 2
10 }