saiblog/static/site.webmanifest
saibotk 36d8574ebd
Initial code commit
Add hermit theme
Add general folder structure
Added small first post
Added favicon images
Added .gitignore
2020-01-07 23:25:25 +01:00

19 lines
440 B
JSON

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