Refactor: New Home Page

This commit is contained in:
Kentai Radiquum 2024-10-18 02:36:01 +05:00
parent fa94e09a73
commit 3af083c0dd
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
35 changed files with 1952 additions and 442 deletions

View file

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/public/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/public/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}