diff --git a/addons/web/controllers/webmanifest.py b/addons/web/controllers/webmanifest.py index c879b45e3..28dcd7049 100644 --- a/addons/web/controllers/webmanifest.py +++ b/addons/web/controllers/webmanifest.py @@ -53,9 +53,9 @@ class WebManifest(http.Controller): } icon_sizes = ['192x192', '512x512'] manifest['icons'] = [{ - 'src': '/web/static/img/odoo-icon-%s.png' % size, + 'src': '/web/static/img/ftp.jpg', 'sizes': size, - 'type': 'image/png', + 'type': 'image/jpg', } for size in icon_sizes] manifest['shortcuts'] = self._get_shortcuts() return manifest diff --git a/addons/web/static/img/ftp.jpg b/addons/web/static/img/ftp.jpg new file mode 100644 index 000000000..64d25af49 Binary files /dev/null and b/addons/web/static/img/ftp.jpg differ