Files
blog/static/manifest.json
konjacpotato e30d9c09bc
All checks were successful
Gitea Actions Demo / build-and-deploy-to-local-server (push) Successful in 8m19s
Gitea Actions Demo / deploy-to-remote-server (push) Successful in 4s
website config pwa
2025-06-17 21:52:02 +08:00

21 lines
410 B
JSON

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