Files
blog/static/manifest.json
changsongd 6e47c0fac3
All checks were successful
Gitea Actions Demo / build-and-deploy-to-local-server (push) Successful in 2m58s
Gitea Actions Demo / deploy-to-remote-server (push) Successful in 2s
feat: add PWA support
2025-06-17 20:02:46 +08:00

21 lines
436 B
JSON

{
"name": "技术文章",
"short_name": "技术文章",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#317EFB",
"icons": [
{
"src": "/images/website_icon.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/website_icon.png",
"type": "image/png",
"sizes": "512x512"
}
]
}