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"},
|
||||
|
||||
"options_page": "options.html",
|
||||
"options_ui" : {
|
||||
"page": "options.html",
|
||||
"chrome_style": true
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"presistent": false
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
|
||||
"page_action": {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue