{
"name": "chrome.contextMenus",
"version": "0.1",
"manifest_version": 2,
"description": "Tests that the contextMenus permission is required to use the context menus api.",
"background": {
"scripts": ["test.js"],
"persistent": true
},
"permissions": ["tabs"]
}