2024-10-29 10:53:46 -04:00
|
|
|
{
|
|
|
|
"name": "Pyrite",
|
|
|
|
"short_name": "Pyrite",
|
|
|
|
"start_url": "/pyrite",
|
|
|
|
"display": "standalone",
|
2025-02-12 10:16:24 -05:00
|
|
|
"background_color": "#eed89b",
|
|
|
|
"theme_color": "#eed89b",
|
2024-10-29 10:53:46 -04:00
|
|
|
"description": "A music streaming application.",
|
2025-02-12 10:16:24 -05:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/pyrite/static/pyrite-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/pyrite/static/pyrite-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
]
|
2024-10-29 10:53:46 -04:00
|
|
|
}
|