mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Add options_ui for options page.
This commit is contained in:
parent
7e9bafb9a9
commit
b9ff15a875
@ -14,6 +14,7 @@
|
||||
},
|
||||
"default_locale": "en",
|
||||
"browser_action": {
|
||||
"browser_style": false,
|
||||
"default_icon": {
|
||||
"16": "img/icons/omega-action-16.png",
|
||||
"19": "img/icons/omega-action-19.png",
|
||||
@ -28,6 +29,11 @@
|
||||
},
|
||||
"minimum_chrome_version": "22.0.0",
|
||||
"options_page": "options.html",
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"browser_style": false,
|
||||
"open_in_tab": true
|
||||
},
|
||||
"permissions": [
|
||||
"proxy",
|
||||
"tabs",
|
||||
|
Loading…
Reference in New Issue
Block a user