Files
RE-Amachiromaker/manifest.json
2025-11-04 10:51:21 +08:00

16 lines
319 B
JSON

{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "512x512 192x192 64x64 32x32 24x24 16x16"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#fff5f8"
}