refactor(docs-infra): more some `pwa-manifest.json` keys to the top to improve readability (#40393)
This commit moves some properties with simple, string values in `pwa-manifest.json` to the top (i.e. above the more lengthy `icons` array) to make them easier to discover. PR Close #40393
This commit is contained in:
parent
54579362ae
commit
4065c98054
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"short_name": "angular.io",
|
|
||||||
"name": "Angular Documentation",
|
"name": "Angular Documentation",
|
||||||
|
"short_name": "angular.io",
|
||||||
|
"background_color": "#1976d2",
|
||||||
|
"theme_color": "#1976d2",
|
||||||
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "assets/images/favicons/favicon-194x194.png",
|
"src": "assets/images/favicons/favicon-194x194.png",
|
||||||
|
@ -19,8 +22,5 @@
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/?utm_source=homescreen",
|
"start_url": "/?utm_source=homescreen"
|
||||||
"background_color": "#1976d2",
|
|
||||||
"theme_color": "#1976d2",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue