diff --git a/mail_push_notification/__manifest__.py b/mail_push_notification/__manifest__.py index ee1ae8634..627a2a4cd 100755 --- a/mail_push_notification/__manifest__.py +++ b/mail_push_notification/__manifest__.py @@ -45,7 +45,7 @@ ], }, "external_dependencies": {"python": ["pyfcm"]}, - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,