Files
Pickup-Config/public/manifest.json
Meik 9e0f581e47 feat: add foodsharing manager branding
Add supplied logos, favicons, PWA metadata, branded login and navigation,
and apply the Foodsharing Manager green palette across existing views.
2026-08-09 00:57:03 +02:00

26 lines
555 B
JSON

{
"short_name": "Foodsharing Manager",
"name": "Foodsharing Manager",
"icons": [
{
"src": "branding/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "branding/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "branding/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#248a3d",
"background_color": "#f4f8f1"
}