mybuddy/static/babybuddy/root/site.webmanifest.json

23 lines
507 B
JSON

{
"name": "Baby Buddy",
"short_name": "Baby Buddy",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"scope": "/",
"lang": "en-US",
"start_url": "/",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}