Use options_ui instead of options_page
This commit is contained in:
parent
f15bd08701
commit
e4c53a5210
|
@ -7,11 +7,13 @@
|
||||||
|
|
||||||
"icons":{ "128": "icon_128.png"},
|
"icons":{ "128": "icon_128.png"},
|
||||||
|
|
||||||
"options_page": "options.html",
|
"options_ui" : {
|
||||||
|
"page": "options.html",
|
||||||
|
"chrome_style": true
|
||||||
|
},
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"],
|
"scripts": ["background.js"]
|
||||||
"presistent": false
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"page_action": {
|
"page_action": {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue