Legt de bestaande wijzigingen in de hoofdworktree vast voordat de laatste worktree wordt gemerged.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
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"
|
|
},
|
|
{
|
|
"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"
|
|
]
|
|
}
|