fix: apply seo agent improvements to public/site.webmanifest

This commit is contained in:
cupadev-admin 2026-03-09 20:55:30 +00:00
parent b13ecff57d
commit f5de9007aa
1 changed files with 23 additions and 0 deletions

23
public/site.webmanifest Normal file
View File

@ -0,0 +1,23 @@
{
"name": "My Personal Site",
"short_name": "Mysite",
"description": "A personal website and blog built with Next.js.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}