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`
This commit is contained in:
Daniel Brookman 2021-03-11 16:52:24 -05:00
parent 9d19d61913
commit c0ef1f53d8

View File

@ -23,6 +23,10 @@
"identity",
"<all_urls>"
],
"options_ui": {
"page": "manage.html",
"open_in_tab": true
},
"background": {
"scripts": [
"js/polyfill.js",