feat: quick add time

This commit is contained in:
Kyle Gill
2019-04-15 11:53:08 -06:00
parent 9ee52689ff
commit 691ba0865f
10 changed files with 150 additions and 91 deletions

BIN
public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -10,6 +10,16 @@
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "splash.png",
"sizes": "512x512",
"types": "image/png"
},
{
"src": "icon.png",
"sizes": "192x192",
"types": "image/png"
}
]
}

BIN
public/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB