Files
blog/public/site.webmanifest
2023-05-14 01:54:05 +10:00

21 lines
473 B
JSON

{
"name": "sitename",
"short_name": "sitename",
"start_url": "/",
"theme_color": "#434648",
"background_color": "#fff",
"display": "standalone",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}