Hexo-Async-Offends/app/site.webmanifest
2024-07-19 17:09:37 +08:00

20 lines
445 B
JSON

{
"name": "Offends",
"short_name": "Offends",
"icons": [
{
"src": "/img/favicon-16x16.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/favicon-32x32.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#fff",
"background_color": "#fff",
"display": "standalone",
"start_url": "/"
}