Added manifest.json

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2018-10-21 20:42:47 -07:00
parent 5a939a8fed
commit 903dfb6831
3 changed files with 21 additions and 0 deletions

BIN
frontend/icons-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
frontend/icons-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

21
frontend/manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"short_name": "Photos.Ketr",
"name": "Ketrenos Photos",
"icons": [
{
"src": "icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#ddd",
"display": "standalone",
"scope": "/",
"theme_color": "#ddd"
}