Files
react_jp_chat/public/site.webmanifest
T
2026-06-04 16:26:23 +09:00

20 lines
383 B
JSON

{
"name": "AI Language Chat",
"short_name": "AI Lang",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#2563EB",
"background_color": "#ffffff",
"display": "standalone"
}