20 lines
No EOL
459 B
JSON
20 lines
No EOL
459 B
JSON
{
|
|
"name": "Spotify Clone",
|
|
"short_name": "Spotify",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#121212",
|
|
"theme_color": "#1DB954",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |