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 +}