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