mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-11-10 13:37:21 +01:00
22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"name": "y4f",
|
|
"short_name": "y4f",
|
|
"start_url": "./",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#03173d",
|
|
"prefer_related_applications": false,
|
|
"icons": [
|
|
{
|
|
"src": "icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}
|
|
]
|
|
}
|