Files
5chan/public/manifest.json
T
2023-01-30 12:56:25 +01:00

21 lines
408 B
JSON

{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "manifest-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "manifest-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}