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