Files
sukr/public/site.webmanifest
Timothy DeHerrera a3a6f8ee3d fixes: fix dark scheme & port from legacy blog
My old blog only ever had 1 post, but its a good place to start.
2022-12-09 12:11:14 -07:00

20 lines
436 B
JSON

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