spotify-manager-web/public/manifest.json
2024-12-29 18:39:31 -07:00

21 lines
410 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"
}