Add more fields to PWA manifest (#4145)

This commit is contained in:
Samantaz Fox
2023-10-07 19:55:00 +02:00

View File

@ -15,5 +15,7 @@
],
"theme_color": "#575757",
"background_color": "#575757",
"display": "standalone"
"display": "standalone",
"description": "An alternative front-end to YouTube",
"start_url": "/"
}