prep for 0.21

This commit is contained in:
Rich Harris
2018-09-19 16:25:59 -04:00
parent 1a02adb6fe
commit 8e3a89468e
25 changed files with 79 additions and 81 deletions

20
static/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"background_color": "#ffffff",
"theme_color": "#aa1e1e",
"name": "TODO",
"short_name": "TODO",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "svelte-logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "svelte-logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}