aboutsummaryrefslogtreecommitdiff
path: root/extra/Chrome/arc-dark-theme/manifest.json
diff options
context:
space:
mode:
authorAdam Jones2016-04-29 11:18:49 +0100
committerhorst31802016-04-29 12:18:49 +0200
commitae5540f70547bfeafe8195f65b5dd1d71b85250a (patch)
tree02e2353103737769bbfa729509445958bc0b6913 /extra/Chrome/arc-dark-theme/manifest.json
parentfa12b7e81e8b7bfa0e273917fac80248d881ae11 (diff)
downloadsolarc-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/manifest.json')
-rw-r--r--extra/Chrome/arc-dark-theme/manifest.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/extra/Chrome/arc-dark-theme/manifest.json b/extra/Chrome/arc-dark-theme/manifest.json
new file mode 100644
index 0000000..76e8202
--- /dev/null
+++ b/extra/Chrome/arc-dark-theme/manifest.json
@@ -0,0 +1,68 @@
+{
+ "manifest_version":2,
+ "theme":{
+ "images":{
+ "theme_frame":"images/theme_frame.png",
+ "theme_toolbar":"images/theme_toolbar.png",
+ "theme_tab_background":"images/theme_tab_background.png"
+ },
+ "colors":{
+ "frame":[
+ 47,
+ 52,
+ 63
+ ],
+ "toolbar":[
+ 47,
+ 52,
+ 63
+ ],
+ "tab_text":[
+ 238,
+ 238,
+ 238
+ ],
+ "tab_background_text":[
+ 36,
+ 36,
+ 36
+ ],
+ "bookmark_text":[
+ 238,
+ 238,
+ 238
+ ],
+ "ntp_background":[
+ 64,
+ 69,
+ 82
+ ],
+ "ntp_text":[
+ 238,
+ 238,
+ 238
+ ],
+ "button_background":[
+ 59,
+ 66,
+ 80,
+ 1
+ ]
+ },
+ "tints":{
+ "buttons":[
+ 0,
+ 0,
+ 0.81
+ ]
+ },
+ "properties":{
+ "ntp_background_alignment":"bottom",
+ "ntp_background_repeat":"no-repeat"
+ }
+ },
+ "name":"__MSG_appName__",
+ "version":"1.1",
+ "description":"__MSG_appDesc__",
+ "default_locale":"en"
+}