Files
PantryHub/public/manifest.json
T
2026-08-09 19:55:00 +02:00

38 lines
883 B
JSON

{
"name": "PantryHub",
"short_name": "PantryHub",
"description": "Realtime boodschappenapp",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0066cc",
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
],
"shortcuts": [
{
"name": "Lijsten",
"short_name": "Lijsten",
"description": "Bekijk je boodschappenlijsten",
"url": "/lists",
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}
],
"categories": [
"shopping",
"lifestyle"
]
}