2018-04-17 09:59:38 -05:00
|
|
|
{
|
|
|
|
"name": "Parsley",
|
|
|
|
"short_name": "Parsley",
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#4a4a4a",
|
2018-07-15 17:00:25 -05:00
|
|
|
"description": "A recipe manager.",
|
2019-03-23 14:55:27 -05:00
|
|
|
"theme_color": "#79A736",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/logo_512.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "512x512"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/logo_192.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
}
|
|
|
|
]
|
2018-04-17 09:59:38 -05:00
|
|
|
}
|