diff options
author | Ariel Lautaro Voynes | 2015-05-25 06:50:47 -0300 |
---|---|---|
committer | Ariel Lautaro Voynes | 2015-05-25 06:50:47 -0300 |
commit | 80847c0f7f1cbb50b98c3d2daf342214190cfd6a (patch) | |
tree | 37c3eb07d009711af58dc9d9fb4b737bbf2b9432 /chrome | |
parent | 5519dbdb53bc2ccddf68e4dca6cf1ba88964c058 (diff) | |
download | solarc-theme-80847c0f7f1cbb50b98c3d2daf342214190cfd6a.tar.gz solarc-theme-80847c0f7f1cbb50b98c3d2daf342214190cfd6a.tar.xz solarc-theme-80847c0f7f1cbb50b98c3d2daf342214190cfd6a.zip |
add inactive frame background image
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/arc-theme/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/arc-theme/manifest.json b/chrome/arc-theme/manifest.json index 9feb930..420c8e5 100644 --- a/chrome/arc-theme/manifest.json +++ b/chrome/arc-theme/manifest.json @@ -19,7 +19,8 @@ }, "images": { "theme_frame": "images/theme_frame.png", - "theme_toolbar": "images/theme_toolbar.png" + "theme_frame_inactive": "images/theme_frame_inactive.png", + "theme_toolbar": "images/theme_toolbar.png" }, "properties": { "ntp_background_alignment": "bottom", |