diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index ca795f885..10fcb7e5d 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -40,6 +40,10 @@ ], "minimum_chrome_version": "22.0", "options_page": "dashboard.html", + "options_ui": { + "chrome_style": true, + "page": "options_ui.html" + }, "permissions": [ "contextMenus", "storage", diff --git a/platform/chromium/options_ui.html b/platform/chromium/options_ui.html new file mode 100644 index 000000000..c62a69388 --- /dev/null +++ b/platform/chromium/options_ui.html @@ -0,0 +1,23 @@ + + +
+ +