Skip to content

Commit 2811146

Browse files
Add files via upload
1 parent f2ff643 commit 2811146

File tree

8 files changed

+30
-1
lines changed

8 files changed

+30
-1
lines changed

docs/_includes/head-custom.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
1+
<link rel="icon" type="image/png" href="favicon/favicon-96x96.png" sizes="96x96" />
2+
<link rel="icon" type="image/svg+xml" href="favicon/favicon.svg" />
3+
<link rel="shortcut icon" type="image/x-icon" href="favicon/favicon.ico">
4+
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png" />
5+
<meta name="apple-mobile-web-app-title" content="Vertex Lighting Plugin Documentation" />
6+
<link rel="manifest" href="favicon/site.webmanifest" />

docs/favicon/apple-touch-icon.png

4.45 KB
Loading

docs/favicon/favicon-96x96.png

2.35 KB
Loading

docs/favicon/favicon.ico

14.7 KB
Binary file not shown.

docs/favicon/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/favicon/site.webmanifest

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

0 commit comments

Comments
 (0)