feat: add logo with metadata

This commit is contained in:
2025-07-08 03:00:25 +00:00
parent deccc0ae3f
commit bc34966fbc
5 changed files with 8 additions and 48 deletions

View File

@@ -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"
}