diff options
author | Adam Jones | 2016-04-29 11:18:49 +0100 |
---|---|---|
committer | horst3180 | 2016-04-29 12:18:49 +0200 |
commit | ae5540f70547bfeafe8195f65b5dd1d71b85250a (patch) | |
tree | 02e2353103737769bbfa729509445958bc0b6913 /extra/Chrome/arc-dark-theme/_locales | |
parent | fa12b7e81e8b7bfa0e273917fac80248d881ae11 (diff) | |
download | solarc-theme-ae5540f70547bfeafe8195f65b5dd1d71b85250a.tar.gz solarc-theme-ae5540f70547bfeafe8195f65b5dd1d71b85250a.tar.xz solarc-theme-ae5540f70547bfeafe8195f65b5dd1d71b85250a.zip |
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~
Diffstat (limited to 'extra/Chrome/arc-dark-theme/_locales')
4 files changed, 34 insertions, 0 deletions
diff --git a/extra/Chrome/arc-dark-theme/_locales/en/messages.json b/extra/Chrome/arc-dark-theme/_locales/en/messages.json new file mode 100644 index 0000000..2c7bdd9 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/en/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "Arc dark chrome theme", + "description": "The title of the application, displayed in the web store." + }, + "appDesc": { + "message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180", + "description":"The description of the application, displayed in the web store." + } +}
\ No newline at end of file diff --git a/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json b/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json new file mode 100644 index 0000000..a79fca2 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json @@ -0,0 +1,8 @@ +{ + "appName": { + "message": "Arc dark chrome theme" + }, + "appDesc": { + "message": "A Google Chrome theme made to match the colours of the dark arc theme by horst3180" + } +}
\ No newline at end of file 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" + } +} diff --git a/extra/Chrome/arc-dark-theme/_locales/fr/messages.json b/extra/Chrome/arc-dark-theme/_locales/fr/messages.json new file mode 100644 index 0000000..d8a90f7 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/fr/messages.json @@ -0,0 +1,8 @@ +{ + "appName": { + "message": "Arc dark thème" + }, + "appDesc": { + "message": "Un thème de Google Chrome avec les couleurs du thème 'dark arc' de horst3180" + } +} |