Files
Codewalkers/apps/web/public/manifest.json
Lukas May 0ff65b0b02 feat: Rename application from "Codewalk District" to "Codewalkers"
Update all user-facing strings (HTML title, manifest, header logo,
browser title updater), code comments, and documentation references.
Folder name retained as-is.
2026-03-05 12:05:08 +01:00

20 lines
364 B
JSON

{
"name": "Codewalkers",
"short_name": "Codewalkers",
"icons": [
{
"src": "/icon-dark-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-dark-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#6366F1",
"background_color": "#ffffff",
"display": "standalone"
}