diff --git a/frontend/index.html b/frontend/index.html
index 13bb107..60a08c5 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -7,22 +7,11 @@
-
-
+
+
+
-
-
React App
+ Digital Family Cookbook
diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png
new file mode 100644
index 0000000..6f65d9a
Binary files /dev/null and b/frontend/public/apple-touch-icon.png differ
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
index a11777c..53c6f2d 100644
Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ
diff --git a/frontend/public/icon.svg b/frontend/public/icon.svg
new file mode 100644
index 0000000..45f1e55
--- /dev/null
+++ b/frontend/public/icon.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/frontend/public/icon_192.png b/frontend/public/icon_192.png
new file mode 100644
index 0000000..b2667c2
Binary files /dev/null and b/frontend/public/icon_192.png differ
diff --git a/frontend/public/icon_512.png b/frontend/public/icon_512.png
new file mode 100644
index 0000000..3701d73
Binary files /dev/null and b/frontend/public/icon_512.png differ
diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png
deleted file mode 100644
index fc44b0a..0000000
Binary files a/frontend/public/logo192.png and /dev/null differ
diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png
deleted file mode 100644
index a4e47a6..0000000
Binary files a/frontend/public/logo512.png and /dev/null differ
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
index 080d6c7..4b4603d 100644
--- a/frontend/public/manifest.json
+++ b/frontend/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "Digital Family Cookbook",
+ "name": "Digital Family Cookbook",
"icons": [
{
"src": "favicon.ico",
@@ -8,12 +8,12 @@
"type": "image/x-icon"
},
{
- "src": "logo192.png",
+ "src": "icon_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
- "src": "logo512.png",
+ "src": "icon_512.png",
"type": "image/png",
"sizes": "512x512"
}
@@ -22,4 +22,4 @@
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
-}
+}
\ No newline at end of file