diff --git a/index.html b/index.html
index e908198..58f531c 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
+
Homer
diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..1834721
Binary files /dev/null and b/public/logo.png differ
diff --git a/vite.config.js b/vite.config.js
index 262f311..b568fe6 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -31,6 +31,12 @@ export default defineConfig({
sizes: "512x512",
type: "image/png",
},
+ {
+ src: 'pwa-512x512.png',
+ sizes: '512x512',
+ type: 'image/png',
+ purpose: 'any maskable'
+ }
],
},
}),