Update build system and content

This commit is contained in:
Jonathan Hodgson 2020-03-29 17:15:00 +01:00
parent aa21b867b3
commit 6f1abd3fe5
44 changed files with 1406 additions and 92 deletions

View file

@ -0,0 +1,18 @@
{
"name": "Jonathan's Blog",
"short_name": "Jonathan's Blog",
"icons": [
{
"src": "/assets/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#282828",
"background_color": "#282828"
}