{
  "name": "An Extension with multiple Context Menus",
  "version": "1",
  "manifest_version": 3,
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  }
}
