diff --git a/src/manifest.json b/src/manifest.json index 9d64b13..4b31563 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -46,6 +46,7 @@ "default_title": "__MSG_browserAction_label__" }, "options_ui": { - "page": "data/html/options.html" + "page": "data/html/options.html", + "browser_style": true } }