Skip to content

Commit cdc44f9

Browse files
DavidBiddlechao-xian
authored andcommitted
Manually add rebrand icons to public
1 parent 000866f commit cdc44f9

File tree

9 files changed

+42
-0
lines changed

9 files changed

+42
-0
lines changed

public/rebrand/images/favicon.ico

14.7 KB
Binary file not shown.

public/rebrand/images/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/rebrand/images/govuk-crest.svg

Lines changed: 1 addition & 0 deletions
Loading
7.35 KB
Loading
7.83 KB
Loading
20.8 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
16.4 KB
Loading

public/rebrand/manifest.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"icons": [
3+
{
4+
"src": "images/favicon.ico",
5+
"type": "image/x-icon",
6+
"sizes": "48x48"
7+
},
8+
{
9+
"src": "images/favicon.svg",
10+
"type": "image/svg+xml",
11+
"sizes": "150x150",
12+
"purpose": "any"
13+
},
14+
{
15+
"src": "images/govuk-icon-180.png",
16+
"type": "image/png",
17+
"sizes": "180x180",
18+
"purpose": "maskable"
19+
},
20+
{
21+
"src": "images/govuk-icon-192.png",
22+
"type": "image/png",
23+
"sizes": "192x192",
24+
"purpose": "maskable"
25+
},
26+
{
27+
"src": "images/govuk-icon-512.png",
28+
"type": "image/png",
29+
"sizes": "512x512",
30+
"purpose": "maskable"
31+
},
32+
{
33+
"src": "images/govuk-icon-mask.svg",
34+
"type": "image/svg+xml",
35+
"sizes": "150x150",
36+
"purpose": "monochrome"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)