Files
CLProject/public/manifest.webmanifest
2026-04-19 21:14:16 +02:00

17 lines
412 B
JSON

{
"name": "Check List Proof of Concept",
"short_name": "Check List",
"start_url": "/",
"display": "standalone",
"background_color": "#f3efe6",
"theme_color": "#f3efe6",
"description": "Offline-first proof of concept for template-driven quality inspection reports.",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}