diff --git a/context-menu-demo/README.md b/context-menu-demo/README.md index 998b0b3..a748a5d 100644 --- a/context-menu-demo/README.md +++ b/context-menu-demo/README.md @@ -15,6 +15,9 @@ One radio item adds a blue border to the page, the other adds a green border. * one "checkbox" item, shown in all contexts, whose title is updated when the item is clicked. +Note that the "documentUrlPatterns" option is not +currently supported in Firefox. + ## What it shows * How to create various types of context menu item: diff --git a/context-menu-demo/background.js b/context-menu-demo/background.js index b0b0d72..11cf25e 100644 --- a/context-menu-demo/background.js +++ b/context-menu-demo/background.js @@ -24,6 +24,9 @@ function onRemoved() { /* Create all the context menu items. + +Note that the "documentUrlPatterns" option is not +currently supported in Firefox. */ chrome.contextMenus.create({ id: "log-selection",