diff --git a/PlotLine/Views/Shared/_Layout.cshtml b/PlotLine/Views/Shared/_Layout.cshtml
index 7bc7654..6327993 100644
--- a/PlotLine/Views/Shared/_Layout.cshtml
+++ b/PlotLine/Views/Shared/_Layout.cshtml
@@ -22,6 +22,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PlotLine/wwwroot/android-chrome-192x192.png b/PlotLine/wwwroot/android-chrome-192x192.png
new file mode 100644
index 0000000..0ee828a
Binary files /dev/null and b/PlotLine/wwwroot/android-chrome-192x192.png differ
diff --git a/PlotLine/wwwroot/android-chrome-512x512.png b/PlotLine/wwwroot/android-chrome-512x512.png
new file mode 100644
index 0000000..da9f1a0
Binary files /dev/null and b/PlotLine/wwwroot/android-chrome-512x512.png differ
diff --git a/PlotLine/wwwroot/apple-touch-icon.png b/PlotLine/wwwroot/apple-touch-icon.png
new file mode 100644
index 0000000..8a05abe
Binary files /dev/null and b/PlotLine/wwwroot/apple-touch-icon.png differ
diff --git a/PlotLine/wwwroot/browserconfig.xml b/PlotLine/wwwroot/browserconfig.xml
new file mode 100644
index 0000000..efbc2b9
--- /dev/null
+++ b/PlotLine/wwwroot/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #1F2A44
+
+
+
diff --git a/PlotLine/wwwroot/favicon-16x16.png b/PlotLine/wwwroot/favicon-16x16.png
new file mode 100644
index 0000000..366481f
Binary files /dev/null and b/PlotLine/wwwroot/favicon-16x16.png differ
diff --git a/PlotLine/wwwroot/favicon-32x32.png b/PlotLine/wwwroot/favicon-32x32.png
new file mode 100644
index 0000000..48c21db
Binary files /dev/null and b/PlotLine/wwwroot/favicon-32x32.png differ
diff --git a/PlotLine/wwwroot/favicon-48x48.png b/PlotLine/wwwroot/favicon-48x48.png
new file mode 100644
index 0000000..64be263
Binary files /dev/null and b/PlotLine/wwwroot/favicon-48x48.png differ
diff --git a/PlotLine/wwwroot/favicon.ico b/PlotLine/wwwroot/favicon.ico
index 63e859b..fcbe887 100644
Binary files a/PlotLine/wwwroot/favicon.ico and b/PlotLine/wwwroot/favicon.ico differ
diff --git a/PlotLine/wwwroot/favicon.svg b/PlotLine/wwwroot/favicon.svg
new file mode 100644
index 0000000..76dd067
--- /dev/null
+++ b/PlotLine/wwwroot/favicon.svg
@@ -0,0 +1,7 @@
+
diff --git a/PlotLine/wwwroot/mstile-150x150.png b/PlotLine/wwwroot/mstile-150x150.png
new file mode 100644
index 0000000..69e0f1f
Binary files /dev/null and b/PlotLine/wwwroot/mstile-150x150.png differ
diff --git a/PlotLine/wwwroot/og-image.png b/PlotLine/wwwroot/og-image.png
new file mode 100644
index 0000000..82493a6
Binary files /dev/null and b/PlotLine/wwwroot/og-image.png differ
diff --git a/PlotLine/wwwroot/plotweaver-icon-source-1024.png b/PlotLine/wwwroot/plotweaver-icon-source-1024.png
new file mode 100644
index 0000000..37984a6
Binary files /dev/null and b/PlotLine/wwwroot/plotweaver-icon-source-1024.png differ
diff --git a/PlotLine/wwwroot/site.webmanifest b/PlotLine/wwwroot/site.webmanifest
new file mode 100644
index 0000000..e0b628c
--- /dev/null
+++ b/PlotLine/wwwroot/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "PlotWeaver Studio",
+ "short_name": "PlotWeaver",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#1F2A44",
+ "background_color": "#FAF8F5",
+ "display": "standalone"
+}