aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932017-08-25 03:12:48 +0100
committermrmr19932017-08-25 03:16:12 +0100
commitfcac8d54eaddddac78acf367004e34dfabce58f1 (patch)
treee6d5f90003fda401775286d11c78729007422083
parent3125664816e427ea19285d3f1e4b85af95548431 (diff)
downloadvimium-fcac8d54eaddddac78acf367004e34dfabce58f1.tar.bz2
FF: Use options_ui to declare the options page
Firefox doesn't recognise the "options_page" manifest key, and so isn't showing a preferences button for Vimium-ff. By moving to "options_ui", we enable it, and still get the same functionality in Chrome.
-rw-r--r--manifest.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 8756bfac..c8a847c3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -21,7 +21,11 @@
"background_scripts/main.js"
]
},
- "options_page": "pages/options.html",
+ "options_ui": {
+ "page": "pages/options.html",
+ "chrome_style": false,
+ "open_in_tab": true
+ },
"permissions": [
"tabs",
"bookmarks",