From f12660af91726bebc39866f30a9c760733478fc8 Mon Sep 17 00:00:00 2001 From: ispedals Date: Sat, 18 Jun 2016 19:02:07 -0400 Subject: [PATCH] Use non-deprecated options_ui instead of options_page in manifest --- ext/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/manifest.json b/ext/manifest.json index 29160d3b..d9367946 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -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",