From e5acd4a8c43e6e774f339036014f0ba43a475163 Mon Sep 17 00:00:00 2001 From: Key Roos <34168708+Lakeyzer@users.noreply.github.com> Date: Tue, 7 May 2024 11:01:38 +0200 Subject: [PATCH] Declare favicon in manifest Attempt to let Google use correct favicon in search results by declaring a 48x48 icon the manifest --- quasar.conf.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quasar.conf.js b/quasar.conf.js index 0cbb0076..4381ec2f 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -158,6 +158,11 @@ module.exports = function (/* ctx */) { type: "image/png", purpose: "maskable", }, + { + src: "favicon.png", + sizes: "48x48", + purpose: "any" + } ], shortcuts: [ {