From 034a8e161132004980d5d75e7a8816312256e305 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 26 Feb 2021 17:31:12 +0200 Subject: [PATCH] square logo in svg and adding this to manifest.json --- api/templates/default/images/logo164x164.svg | 45 ++++++++++++++++++++ manifest.json | 12 +++--- 2 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 api/templates/default/images/logo164x164.svg diff --git a/api/templates/default/images/logo164x164.svg b/api/templates/default/images/logo164x164.svg new file mode 100644 index 0000000000..2a1c2f7ebc --- /dev/null +++ b/api/templates/default/images/logo164x164.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index c67bc5c482..5f48234430 100644 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,14 @@ "orientation": "landscape-primary", "icons": [ { - "src": "api/templates/default/images/logo_192x192.png", - "type": "image/png", - "sizes": "192x192" + "src": "api/templates/default/images/logo164x164.svg", + "type": "image/svg", + "sizes": "164x164" }, { - "src": "api/templates/default/images/logo_512x512.png", + "src": "api/templates/default/images/logo164x164.png", "type": "image/png", - "sizes": "512x512" + "sizes": "164x164" } ], "start_url": "index.php", @@ -24,4 +24,4 @@ "serviceworker": { "src": "/service-worker.js" } -} \ No newline at end of file +}