We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399d9c9 commit fbd844bCopy full SHA for fbd844b
1 file changed
src/service_worker.js
@@ -11,6 +11,7 @@ chrome.runtime.onInstalled.addListener(() => {
11
12
const menuRoot = chrome.contextMenus.create({
13
contexts: menuContexts,
14
+ id: 'rootContextMenu',
15
title: "New window with.."
16
});
17
@@ -31,6 +32,7 @@ chrome.runtime.onInstalled.addListener(() => {
31
32
chrome.contextMenus.create({
33
34
parentId: menuRoot,
35
+ id: 'contextMenu-separator',
36
type: "separator"
37
38
0 commit comments