Update all user-facing strings (HTML title, manifest, header logo, browser title updater), code comments, and documentation references. Folder name retained as-is.
20 lines
364 B
JSON
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"
|
|
}
|