feat(pwa) use current icons

This commit is contained in:
Saúl Ibarra Corretgé 2020-10-14 14:14:48 +02:00 committed by Saúl Ibarra Corretgé
parent 6030c32272
commit d77a7cac3a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -22,9 +22,9 @@
} }
], ],
"start_url": "/", "start_url": "/",
"background_color": "#2a3a4b", "background_color": "#17A0DB",
"display": "standalone", "display": "standalone",
"scope": "/", "scope": "/",
"theme_color": "#2a3a4b" "theme_color": "#17A0DB"
} }