ZoeysBits/public/manifest.json

16 lines
288 B
JSON
Raw Normal View History

2024-01-14 09:02:42 +01:00
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
2024-01-14 11:24:34 +01:00
"src": "bunnie48px.png",
2024-01-14 09:02:42 +01:00
"type": "image/png",
2024-01-14 11:24:34 +01:00
"sizes": "48x48"
2024-01-14 09:02:42 +01:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}