Skip to content

Commit 21bd296

Browse files
feat: change favicon (#294)
1 parent 3e859a6 commit 21bd296

File tree

13 files changed

+34
-13
lines changed

13 files changed

+34
-13
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/logo.png" />
6+
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
7+
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
8+
<link rel="shortcut icon" href="/favicon/favicon.ico" />
9+
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
10+
<meta name="apple-mobile-web-app-title" content="ManagedControlPlane UI" />
11+
<link rel="manifest" href="/favicon/site.webmanifest" />
712
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>MCP</title>
13+
<title>ManagedControlPlane UI</title>
914
</head>
1015

1116
<body>
8.31 KB
Loading

public/favicon/favicon-96x96.png

4.32 KB
Loading

public/favicon/favicon.ico

14.7 KB
Binary file not shown.

public/favicon/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/favicon/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ManagedControlPlane UI",
3+
"short_name": "MCP UI",
4+
"icons": [
5+
{
6+
"src": "/favicon/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/favicon/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
9.13 KB
Loading
29.1 KB
Loading

public/logo.png

-271 KB
Binary file not shown.

public/touch-icon-180x180.png

4.39 KB
Loading

0 commit comments

Comments
 (0)