diff --git a/src/manifest.json b/src/manifest.json index 68a5b7a..70e5ab6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -46,14 +46,7 @@ "ext/*", "res/fonts/*", "res/css/*", - - "res/img/ytplayer-icons/zoom.png", - "res/img/ytplayer-icons/unzoom.png", - "res/img/ytplayer-icons/fitw.png", - "res/img/ytplayer-icons/fith.png", - "res/img/ytplayer-icons/reset.png", - "res/img/ytplayer-icons/settings.png", - + "res/img/settings/about-bg.png" ], "permissions": [ diff --git a/src/res/img/ytplayer-icons/fith.png b/src/res/img/ytplayer-icons/fith.png deleted file mode 100644 index 7260a88..0000000 Binary files a/src/res/img/ytplayer-icons/fith.png and /dev/null differ diff --git a/src/res/img/ytplayer-icons/fitw.png b/src/res/img/ytplayer-icons/fitw.png deleted file mode 100644 index f20f9ad..0000000 Binary files a/src/res/img/ytplayer-icons/fitw.png and /dev/null differ diff --git a/src/res/img/ytplayer-icons/reset.png b/src/res/img/ytplayer-icons/reset.png deleted file mode 100644 index c69b408..0000000 Binary files a/src/res/img/ytplayer-icons/reset.png and /dev/null differ diff --git a/src/res/img/ytplayer-icons/settings.png b/src/res/img/ytplayer-icons/settings.png deleted file mode 100644 index 48a5b04..0000000 Binary files a/src/res/img/ytplayer-icons/settings.png and /dev/null differ diff --git a/src/res/img/ytplayer-icons/unzoom.png b/src/res/img/ytplayer-icons/unzoom.png deleted file mode 100644 index cdd4fad..0000000 Binary files a/src/res/img/ytplayer-icons/unzoom.png and /dev/null differ diff --git a/src/res/img/ytplayer-icons/zoom.png b/src/res/img/ytplayer-icons/zoom.png deleted file mode 100644 index 845e49e..0000000 Binary files a/src/res/img/ytplayer-icons/zoom.png and /dev/null differ