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