Add manifest.json, required images, remove unused fonts

This commit is contained in:
Tom Moor 2018-06-16 14:19:49 -07:00
parent 42478785fc
commit 89f75d497c
18 changed files with 20 additions and 0 deletions

BIN
public/icon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

20
public/manifest.json Normal file
View File

@ -0,0 +1,20 @@
{
"short_name": "Outline",
"name": "Outline",
"icons": [
{
"src": "/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "?source=pwa",
"background_color": "#FFFFFF",
"display": "standalone",
"theme_color": "#FFFFFF"
}