oneuptime/home/public/manifest.json

21 lines
416 B
JSON
Raw Normal View History

2020-01-25 17:14:27 +00:00
{
"short_name": "Fyipe",
"name": "Fyipe",
"icons": [
{
"src": "/img/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}