diff --git a/theme_coffee_shop/__manifest__.py b/theme_coffee_shop/__manifest__.py index 4f393fee3..7202c6fb5 100644 --- a/theme_coffee_shop/__manifest__.py +++ b/theme_coffee_shop/__manifest__.py @@ -55,7 +55,7 @@ ], }, 'images': ['static/description/banner.png', - 'static/description/theme_screenshot.jpg'], + 'static/description/theme_screenshot.png'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, diff --git a/theme_coffee_shop/static/description/icon.png b/theme_coffee_shop/static/description/icon.png index 9f9c1a16b..6bbd868bd 100644 Binary files a/theme_coffee_shop/static/description/icon.png and b/theme_coffee_shop/static/description/icon.png differ diff --git a/theme_coffee_shop/static/description/img/Banner-1.jpg b/theme_coffee_shop/static/description/img/Banner-1.jpg deleted file mode 100644 index c90962e0b..000000000 Binary files a/theme_coffee_shop/static/description/img/Banner-1.jpg and /dev/null differ diff --git a/theme_coffee_shop/static/description/img/Banner-2.jpg b/theme_coffee_shop/static/description/img/Banner-2.jpg deleted file mode 100644 index fcfad38f3..000000000 Binary files a/theme_coffee_shop/static/description/img/Banner-2.jpg and /dev/null differ diff --git a/theme_coffee_shop/static/description/theme_screenshot.jpg b/theme_coffee_shop/static/description/theme_screenshot.jpg deleted file mode 100644 index c90962e0b..000000000 Binary files a/theme_coffee_shop/static/description/theme_screenshot.jpg and /dev/null differ diff --git a/theme_coffee_shop/static/description/theme_screenshot.png b/theme_coffee_shop/static/description/theme_screenshot.png new file mode 100644 index 000000000..84fbc76bd Binary files /dev/null and b/theme_coffee_shop/static/description/theme_screenshot.png differ