From 80847c0f7f1cbb50b98c3d2daf342214190cfd6a Mon Sep 17 00:00:00 2001 From: Ariel Lautaro Voynes Date: Mon, 25 May 2015 06:50:47 -0300 Subject: add inactive frame background image --- chrome/arc-theme/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3