diff --git a/src/app.html b/src/app.html index b000d19..af21d81 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@ - + diff --git a/static/manifest.json b/static/manifest.json index 07474b4..b7fb9f8 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -9,17 +9,8 @@ { "src": "/icon.svg", "sizes": "any", - "type": "image/svg+xml" - }, - { - "src": "/icon-192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/icon-512.png", - "sizes": "512x512", - "type": "image/png" + "type": "image/svg+xml", + "purpose": "any maskable" } ] }