diff --git a/background.html b/background.html index e6ddefb..784d88b 100644 --- a/background.html +++ b/background.html @@ -1,37 +1,100 @@ diff --git a/manifest.json b/manifest.json index 8a8d85e..c75843f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,5 +3,6 @@ "description": "Adds context menu items to open a frame in the current tab, a new tab, new window, or incognito window.", "version": "5", "permissions": ["contextMenus", "tabs"], - "background_page": "background.html" + "background_page": "background.html", + "options_page": "options.html" } diff --git a/options.html b/options.html new file mode 100644 index 0000000..11cbf26 --- /dev/null +++ b/options.html @@ -0,0 +1,62 @@ + +
+