rust-letter-werfox-cafe/public/manifest.json

26 lines
523 B
JSON
Raw Normal View History

2020-02-13 18:54:24 -06:00
{
2020-02-14 09:10:52 -06:00
"short_name": "Werefox Valentine",
"name": "A Short Valentine Letter For Those Who Need It",
2020-02-13 18:54:24 -06:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
2020-02-14 09:10:52 -06:00
"theme_color": "#b8b7d1",
"background_color": "#242424"
2020-02-13 18:54:24 -06:00
}