diff --git a/index.html b/index.html index 9d1b76c..5ecbd98 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,14 @@ - - + + + + - + RealFaviconGeneratorhttps://realfavicongenerator.net + + + + \ No newline at end of file diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..35297fe Binary files /dev/null and b/public/icon.png differ diff --git a/public/manifest.json b/public/manifest.json index ec74423..478560a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -9,16 +9,16 @@ "orientation": "portrait", "icons": [ { - "src": "/icon.svg", - "sizes": "any", - "type": "image/svg+xml", + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", "purpose": "any" }, { - "src": "/icon.svg", - "sizes": "any", - "type": "image/svg+xml", - "purpose": "maskable" + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" } ] } diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..2bdc2b5 Binary files /dev/null and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..515210a Binary files /dev/null and b/public/web-app-manifest-512x512.png differ