snauwcounter/app/static/manifest.json
Michael Trip b56e866071
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m26s
initial commit
2026-01-09 21:58:53 +01:00

24 lines
947 B
JSON

{
"name": "Snauw Counter",
"short_name": "SnauwCounter",
"description": "Bijhouden van onvriendelijk gedrag - privé en veilig",
"start_url": "/",
"display": "standalone",
"background_color": "#667eea",
"theme_color": "#667eea",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23667eea' width='100' height='100' rx='20'/><text y='70' x='50' text-anchor='middle' font-size='60'>📊</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23667eea' width='100' height='100' rx='20'/><text y='70' x='50' text-anchor='middle' font-size='60'>📊</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"orientation": "portrait",
"categories": ["productivity", "lifestyle"],
"lang": "nl"
}