diff --git a/README.md b/README.md
index e7717d4..a1b540b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
## (Yet-To-Be-Named) Graphing Software
+
+
+
### What is this?
The aim of this project is to provide a [desmos](https://www.desmos.com/)-like graphing experience. This project is written in rust and takes advantage of [egui](https://github.com/emilk/egui) as it's graphical backend. Meaning that this program can be deployed as both a site ([such as here](https://titaniumtown.github.io)) and as a native application that runs on your machine.
diff --git a/TODO.md b/TODO.md
index 1088ebb..c164343 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,8 +16,7 @@
6. Turn Dynamic Iterator functions into traits
7. Better handling of roots and extrema finding
8. Add closing animation for function entry
-9. Create actual icon(s) for PWA/favicon (using placeholder from eframe_template)
-10. Fix mobile text input
-11. Write custom plotter
-12. Add Url hashes loading and setting
-13. Store settings in LocalStorage/Cookies and persist state
+9. Fix mobile text input
+10. Write custom plotter
+11. Add Url hashes loading and setting
+12. Store settings in LocalStorage/Cookies and persist state
diff --git a/assets/logo.svg b/assets/logo.svg
new file mode 100644
index 0000000..978a937
--- /dev/null
+++ b/assets/logo.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/www/favicon.ico b/www/favicon.ico
index 61ad031..43ebda3 100644
Binary files a/www/favicon.ico and b/www/favicon.ico differ
diff --git a/www/icon-1024.png b/www/icon-1024.png
index 1b5868a..584f8b9 100644
Binary files a/www/icon-1024.png and b/www/icon-1024.png differ
diff --git a/www/icon-256.png b/www/icon-256.png
index ae72287..a1bb391 100644
Binary files a/www/icon-256.png and b/www/icon-256.png differ
diff --git a/www/icon_ios_touch_192.png b/www/icon_ios_touch_192.png
deleted file mode 100644
index 8472802..0000000
Binary files a/www/icon_ios_touch_192.png and /dev/null differ
diff --git a/www/index.html b/www/index.html
index 68814d8..3624f1e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -9,7 +9,6 @@
-
diff --git a/www/manifest.json b/www/manifest.json
index df975a2..d5996d2 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -7,12 +7,6 @@
"sizes": "256x256",
"type": "image/png"
},
- {
- "src": "./maskable_icon_x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any maskable"
- },
{
"src": "./icon-1024.png",
"sizes": "1024x1024",
diff --git a/www/maskable_icon_x512.png b/www/maskable_icon_x512.png
deleted file mode 100644
index db8df3e..0000000
Binary files a/www/maskable_icon_x512.png and /dev/null differ