2026-06-07 11:53:45 +02:00
|
|
|
{
|
|
|
|
|
"name": "Bar Pivoine",
|
|
|
|
|
"short_name": "Bar Pivoine",
|
|
|
|
|
"description": "A field guide to the good pour.",
|
|
|
|
|
"icons": [
|
2026-06-10 16:52:22 +02:00
|
|
|
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
|
|
|
|
|
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
|
2026-06-07 11:53:45 +02:00
|
|
|
{ "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any" }
|
|
|
|
|
],
|
|
|
|
|
"start_url": "/",
|
|
|
|
|
"display": "standalone",
|
|
|
|
|
"background_color": "#14100c",
|
|
|
|
|
"theme_color": "#14100c"
|
|
|
|
|
}
|