ketr.photos/frontend/manifest.json
James Ketrenos 903dfb6831 Added manifest.json
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2018-10-21 20:42:47 -07:00

22 lines
388 B
JSON

{
"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"
}