- Svelte 5 + SvelteKit + Tailwind 4 (VDE Katalog Template-Stil, AWL Dark Theme) - Fastify + Drizzle + MariaDB Backend (DB: leckerbuch auf 192.168.155.11) - Dual-Barcode-Scanner (ZXing + zbar-wasm parallel, aus HandyBarcodeScanner portiert) - Open Food Facts API-Proxy mit automatischer Laktose-Erkennung (Allergen-Flags + Schätztabelle) - Lactase-Dosisrechner (konfigurierbarer FCC/g-Faktor) - Produkt-CRUD, Laden-Verwaltung, Tags, Einstellungen - Docker-Setup (Dockerfile + docker-compose.yml) - Mobile-first PWA mit Bottom-Navigation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"name": "Leckerbuch",
|
|
"short_name": "Leckerbuch",
|
|
"description": "Lebensmittel-Favoriten — scannen, merken, wiederfinden",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1d1e20",
|
|
"theme_color": "#1d1e20",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
|
|
]
|
|
}
|