Use non-deprecated options_ui instead of options_page in manifest
This commit is contained in:
parent
db5befcf45
commit
f12660af91
@ -15,7 +15,9 @@
|
|||||||
"css": ["fg/css/client.css"]
|
"css": ["fg/css/client.css"]
|
||||||
}],
|
}],
|
||||||
"minimum_chrome_version": "45.0.0.0",
|
"minimum_chrome_version": "45.0.0.0",
|
||||||
"options_page": "bg/options.html",
|
"options_ui": {
|
||||||
|
"page": "bg/options.html"
|
||||||
|
},
|
||||||
"permissions": ["storage"],
|
"permissions": ["storage"],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"fg/css/frame.css",
|
"fg/css/frame.css",
|
||||||
|
Loading…
Reference in New Issue
Block a user