This commit is contained in:
ct
2025-07-08 04:09:16 +08:00
parent 1b14860608
commit 6bf69ef366
23 changed files with 39 additions and 0 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "MEMEFAST",
"short_name": "MF",
"icons": [
{
"src": "/logo/memefast-logo-light-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo/memefast-logo-light-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}