From ce112adc73df7a7a39d6ada961d140f913ac367e Mon Sep 17 00:00:00 2001 From: Fadil Nohur Date: Thu, 9 Aug 2018 22:13:46 +0100 Subject: [PATCH] Remove toolbar image and corresponding manifest reference --- .../{theme_toolbar.png => theme_ntp_background.png} | Bin manifest.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename images/{theme_toolbar.png => theme_ntp_background.png} (100%) diff --git a/images/theme_toolbar.png b/images/theme_ntp_background.png similarity index 100% rename from images/theme_toolbar.png rename to images/theme_ntp_background.png diff --git a/manifest.json b/manifest.json index d381ee3..fe26609 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Material Incognito Dark Theme (md2)", "description": "A theme that adds the dark Incognito Mode colour scheme to the normal mode of Chrome.", - "version": "4.4.0", + "version": "4.5.0", "icons": { "128": "images/icon128.png" @@ -11,8 +11,7 @@ "theme": { "images": { - "theme_ntp_background": "images/theme_toolbar.png", - "theme_toolbar": "images/theme_toolbar.png" + "theme_ntp_background": "images/theme_ntp_background.png" }, "colors": { "frame": [32, 33, 36],