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:
parent
9d19d61913
commit
c0ef1f53d8
|
@ -23,6 +23,10 @@
|
|||
"identity",
|
||||
"<all_urls>"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "manage.html",
|
||||
"open_in_tab": true
|
||||
},
|
||||
"background": {
|
||||
"scripts": [
|
||||
"js/polyfill.js",
|
||||
|
|
Loading…
Reference in New Issue
Block a user