Fix application's name in webmanifest

This commit is contained in:
Chrystian Huot 2020-07-13 08:21:58 -04:00
parent f28514f491
commit d19bbd6ba9

View file

@ -1,6 +1,6 @@
{
"name": "rdio-scanner",
"short_name": "rdio-scanner",
"name": "Rdio Scanner",
"short_name": "Rdio Scanner",
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",