From c0ef1f53d833f5dbe8bc0ca16c60673478b8dec4 Mon Sep 17 00:00:00 2001 From: Daniel Brookman Date: Thu, 11 Mar 2021 16:52:24 -0500 Subject: [PATCH] Add options_ui for preference links For example: in Firefox's `about:addons` page, you're now able to click the ellipses and select preferences to get to `manage.html` --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index aafb0dcc..b2d768cf 100644 --- a/manifest.json +++ b/manifest.json @@ -23,6 +23,10 @@ "identity", "" ], + "options_ui": { + "page": "manage.html", + "open_in_tab": true + }, "background": { "scripts": [ "js/polyfill.js",