feat(aio): pwa bg color and name

This commit is contained in:
Stefanie Fluin 2017-04-12 13:57:55 -07:00 committed by Pete Bacon Darwin
parent 49dfc9fe2d
commit b57c9605ce
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"short_name": "Angular Docs",
"name": "Angular Docs",
"short_name": "Angular",
"name": "Angular",
"icons": [
{
"src":"assets/images/favicons/favicon-194x194.png",
@ -9,7 +9,7 @@
}
],
"start_url": "/?utm_source=homescreen",
"background_color": "#fafafa",
"background_color": "#1976D2",
"theme_color": "#1976d2",
"display": "standalone"
}