start adding site to main repo

This commit is contained in:
Richard Harris
2019-04-28 14:37:02 -04:00
parent 01dd08849a
commit 36f91d4e9a
76 changed files with 6165 additions and 0 deletions

20
site/static/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"background_color": "#ffffff",
"theme_color": "#ff3e00",
"name": "Sapper",
"short_name": "Sapper",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "images/sapper-android-chrome-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/sapper-android-chrome-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}