diff --git a/chickenscratch.txt b/chickenscratch.txt
index 5b0d041..e69de29 100644
--- a/chickenscratch.txt
+++ b/chickenscratch.txt
@@ -1,41 +0,0 @@
-
-
-
-
-
-
- minxa.lol - Shorten URLs with Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/favicon.ico b/public/favicon.ico
index a11777c..980d45e 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
index e9719ce..05277c9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -20,7 +20,7 @@
-
+
diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..2e8e1b8
Binary files /dev/null and b/public/logo.png differ
diff --git a/public/manifest.json b/public/manifest.json
index 080d6c7..f503cf2 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,7 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "minxa",
+ "name": "minxa.lol - URL Shortener",
+ "description": "A fun and minimalist URL shortener",
"icons": [
{
"src": "favicon.ico",
@@ -8,18 +9,18 @@
"type": "image/x-icon"
},
{
- "src": "logo192.png",
+ "src": "logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
- "src": "logo512.png",
+ "src": "logo.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
- "theme_color": "#000000",
- "background_color": "#ffffff"
+ "theme_color": "#E9D5FF",
+ "background_color": "#FFFFFF"
}