spotify-manager-web/public/manifest.json
Kaushik Narayan R c1bc6177d8 back. WiP
graph package (reactflow), updates. assets, some of the SEO. started with some basic components, login, navbar, etc.
2024-12-28 12:12:17 -07:00

20 lines
409 B
JSON

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