From ae5540f70547bfeafe8195f65b5dd1d71b85250a Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 29 Apr 2016 11:18:49 +0100 Subject: Add arc-dark chrome theme (#497) Source code of my theme from https://chrome.google.com/webstore/detail/arc-dark-chrome-theme/adicoenigffoolephelklheejpcpoolk/ * Add arc-dark-theme .crx * Delete manifest.json~ * Delete messages.json~ * Delete messages.json~ --- extra/Chrome/arc-dark-theme/_locales/en_US/messages.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extra/Chrome/arc-dark-theme/_locales/en_US/messages.json (limited to 'extra/Chrome/arc-dark-theme/_locales/en_US') diff --git a/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json b/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json new file mode 100644 index 0000000..e341c8a --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json @@ -0,0 +1,8 @@ +{ + "appName": { + "message": "Arc dark chrome theme" + }, + "appDesc": { + "message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180" + } +} -- cgit v1.2.3