diff options
author | ispedals <ispedals@users.noreply.github.com> | 2016-06-18 19:02:07 -0400 |
---|---|---|
committer | ispedals <ispedals@users.noreply.github.com> | 2016-06-18 19:45:28 -0400 |
commit | f12660af91726bebc39866f30a9c760733478fc8 (patch) | |
tree | e1902f41f98c2a5eea1c4ad58bf3ce10f8dbd243 | |
parent | db5befcf451b26e00b94aeff927099bc63c63e5d (diff) |
Use non-deprecated options_ui instead of options_page in manifest
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |