mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Fix colors in webmanifest
This commit is contained in:
parent
ca410ce742
commit
f66c12f51e
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Rdio Scanner",
|
||||
"short_name": "Rdio Scanner",
|
||||
"theme_color": "#1976d2",
|
||||
"background_color": "#fafafa",
|
||||
"theme_color": "#1e1e1e",
|
||||
"background_color": "#1e1e1e",
|
||||
"display": "standalone",
|
||||
"scope": "./",
|
||||
"start_url": "./",
|
||||
|
|
|
|||
Loading…
Reference in a new issue