feat(aio): pwa bg color and name
This commit is contained in:
parent
49dfc9fe2d
commit
b57c9605ce
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue