aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorispedals <ispedals@users.noreply.github.com>2016-06-18 19:02:07 -0400
committerispedals <ispedals@users.noreply.github.com>2016-06-18 19:45:28 -0400
commitf12660af91726bebc39866f30a9c760733478fc8 (patch)
treee1902f41f98c2a5eea1c4ad58bf3ce10f8dbd243 /ext/manifest.json
parentdb5befcf451b26e00b94aeff927099bc63c63e5d (diff)
Use non-deprecated options_ui instead of options_page in manifest
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json4
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",