Added meal planner, pantry and shopping list
This commit is contained in:
31
manifest.webmanifest
Normal file
31
manifest.webmanifest
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "Recipe App",
|
||||
"short_name": "Recipe",
|
||||
"description": "Plan posiłków, spiżarnia i zakupy",
|
||||
"start_url": "./",
|
||||
"scope": "./",
|
||||
"display": "standalone",
|
||||
"background_color": "#f3f4f6",
|
||||
"theme_color": "#111827",
|
||||
"lang": "pl",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./icons/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "./icons/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "./icons/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user