Skip to content

Commit 9e25255

Browse files
aastefanovuser890104
authored andcommitted
Improve webmanifest; add favicon
1 parent 1682015 commit 9e25255

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta content="#2196f3" name="msapplication-navbutton-color" />
88
<title>init Lab Space</title>
99
<link href="/manifest.json" rel="manifest" />
10+
<link rel="icon" href="/initlab-logo.svg" />
1011
</head>
1112
<body>
1213
<div id="root"></div>

public/initlab-logo.svg

Lines changed: 11 additions & 0 deletions
Loading

public/manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"short_name": "Space",
33
"name": "Hackerspace management system",
4-
"start_url": ".",
4+
"start_url": "./",
55
"display": "standalone",
66
"theme_color": "#2196f3",
7-
"background_color": "#ffffff"
7+
"background_color": "#ffffff",
8+
"icons": [
9+
{
10+
"src": "/initlab-logo.svg",
11+
"sizes": "any"
12+
}
13+
]
814
}

0 commit comments

Comments
 (0)