a58ef241e9
- README: update feature callout to v1.7.23, add DB maintenance section, update dark mode description (time-based auto), add vacuum-sealed expiry paragraph, add new .env params (retention, vacuum, Gemini costs) - CHANGELOG: add v1.7.23 entry (Generali tab, DB cleanup, vacuum expiry, AI tracking, time-based theme, ZeroWaste/screensaver save fix) - manifest.json: version 1.7.22 → 1.7.23 - index.html: version label and preloader updated to v1.7.23; asset v=20260518c
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"name": "EverShelf",
|
|
"short_name": "EverShelf",
|
|
"description": "Gestione completa della dispensa di casa con scansione barcode",
|
|
"version": "1.7.23",
|
|
"start_url": "/evershelf/",
|
|
"display": "standalone",
|
|
"background_color": "#f0f4e8",
|
|
"theme_color": "#2d5016",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "assets/img/logo/logo_icon.png",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|