Skip to content

Commit e2ef493

Browse files
committed
build: align icons in docs (#33127)
Aligns the various site icons for the docs site with angular.dev. Fixes #33092. (cherry picked from commit e7533d4)
1 parent c51c38c commit e2ef493

11 files changed

Lines changed: 34 additions & 12 deletions
5.56 KB
Loading
19 KB
Loading
6.88 KB
Loading
676 Bytes
Loading
1.41 KB
Loading
3.22 KB
Loading

docs/src/assets/img/favicon.ico

-320 Bytes
Binary file not shown.

docs/src/assets/img/manifest.json

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Angular Material",
3+
"short_name": "Angular Material",
4+
"icons": [
5+
{
6+
"src": "/assets/img/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/assets/img/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#FFFFFF",
17+
"background_color": "#d7e3ff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)