Files
recipe-mockup/manifest.webmanifest
ulfrxdev 8a8a4ad3fd
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m22s
Refine ingredient and nutrition card sizing across planner views
2026-04-10 18:41:10 +02:00

32 lines
670 B
JSON

{
"name": "Recipe App",
"short_name": "Recipe",
"description": "Plan posiłków, spiżarnia i zakupy",
"start_url": "./?appv=20260410-110",
"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"
}
]
}