24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "Votify Web",
|
|
"short_name": "Votify",
|
|
"description": "Music download manager",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#121212",
|
|
"theme_color": "#1db954",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|