mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
30 lines
No EOL
594 B
JSON
30 lines
No EOL
594 B
JSON
{
|
|
"short_name": "Chef's",
|
|
"name": "Chef's | Meal Planner",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 48x48 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "apple-touch-icon.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#ff6d00",
|
|
"background_color": "#ffffff"
|
|
} |