Pyrite/static/pyrite.webmanifest

14 lines
269 B
Plaintext
Raw Permalink Normal View History

2024-10-29 10:53:46 -04:00
{
"name": "Pyrite",
"short_name": "Pyrite",
"start_url": "/pyrite",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"description": "A music streaming application.",
2024-10-30 12:53:42 -04:00
"icons": [{
2024-10-29 10:53:46 -04:00
"src": "/favicon.ico",
"sizes": "16x16"
2024-10-30 12:53:42 -04:00
}]
2024-10-29 10:53:46 -04:00
}