2021-05-28 00:48:59 +08:00
|
|
|
{
|
|
|
|
|
"name": "Mealie",
|
|
|
|
|
"short_name": "Mealie",
|
|
|
|
|
"icons": [
|
|
|
|
|
{
|
2021-12-16 00:32:38 +00:00
|
|
|
"src": "./img/icons/android-chrome-192x192.png",
|
|
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any"
|
2021-05-28 00:48:59 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-12-16 00:32:38 +00:00
|
|
|
"src": "./img/icons/android-chrome-512x512.png",
|
|
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any"
|
2021-05-28 00:48:59 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "./img/icons/android-chrome-maskable-192x192.png",
|
|
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "maskable"
|
2021-12-16 00:32:38 +00:00
|
|
|
},
|
|
|
|
|
{
|
2021-05-28 00:48:59 +08:00
|
|
|
"src": "./img/icons/android-chrome-maskable-512x512.png",
|
|
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "maskable"
|
2021-12-16 00:32:38 +00:00
|
|
|
}
|
2021-05-28 00:48:59 +08:00
|
|
|
],
|
|
|
|
|
"start_url": ".",
|
|
|
|
|
"display": "standalone",
|
|
|
|
|
"background_color": "#FFFFFF",
|
2021-10-02 19:09:17 +01:00
|
|
|
"theme_color": "#E58325",
|
|
|
|
|
"share_target": {
|
|
|
|
|
"action": "/",
|
|
|
|
|
"method": "GET",
|
|
|
|
|
"params": {
|
|
|
|
|
"title": "title",
|
|
|
|
|
"text": "recipe_import_url"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|