Files
EverShelf/manifest.json
T
dadaloop82 70ee253a07 Initial commit: Dispensa - home pantry management app
Features:
- Barcode scanning (QuaggaJS) + Open Food Facts API lookup
- Inventory management with locations (Frigo, Freezer, Dispensa)
- Product database with Italian product suggestions
- Expiry date estimation by category
- AI expiry date reading via Gemini Vision API
- Flexible unit of measure (pz, conf, g, kg, ml, L)
- Nutriscore/NOVA/Ecoscore/allergens display
- Mobile-first PWA with offline support
- SQLite backend with PHP REST API
2026-03-10 10:52:18 +00:00

18 lines
627 B
JSON

{
"name": "Dispensa Manager",
"short_name": "Dispensa",
"description": "Gestione completa della dispensa di casa con scansione barcode",
"start_url": "/dispensa/",
"display": "standalone",
"background_color": "#f0f4e8",
"theme_color": "#2d5016",
"orientation": "portrait",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232d5016'/><text y='.9em' font-size='80' x='10'>🏠</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
}