Use non-deprecated options_ui instead of options_page in manifest

This commit is contained in:
ispedals 2016-06-18 19:02:07 -04:00
parent db5befcf45
commit f12660af91

View File

@ -15,7 +15,9 @@
"css": ["fg/css/client.css"]
}],
"minimum_chrome_version": "45.0.0.0",
"options_page": "bg/options.html",
"options_ui": {
"page": "bg/options.html"
},
"permissions": ["storage"],
"web_accessible_resources": [
"fg/css/frame.css",