From 863aaa5401af049ff4359a23b9a78476e4369567 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 6 Feb 2015 10:30:22 -0500 Subject: [PATCH] this fixes #685 --- platform/chromium/manifest.json | 4 ++++ platform/chromium/options_ui.html | 23 +++++++++++++++++++++++ tools/make-chromium.sh | 1 + 3 files changed, 28 insertions(+) create mode 100644 platform/chromium/options_ui.html 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 @@ + + + + + + + + + + + + + + + + diff --git a/tools/make-chromium.sh b/tools/make-chromium.sh index 80bd3a289..5d0ac1542 100755 --- a/tools/make-chromium.sh +++ b/tools/make-chromium.sh @@ -19,6 +19,7 @@ cp -R src/_locales $DES/ cp -R $DES/_locales/nb $DES/_locales/no cp src/*.html $DES/ cp platform/chromium/*.js $DES/js/ +cp platform/chromium/*.html $DES/ cp platform/chromium/manifest.json $DES/ cp LICENSE.txt $DES/