Skip to content

Commit a8edb67

Browse files
authored
Revert "Improve webmanifest; add favicon"
This reverts commit 9e25255.
1 parent 9e25255 commit a8edb67

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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" />
1110
</head>
1211
<body>
1312
<div id="root"></div>

public/initlab-logo.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

public/manifest.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
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",
8-
"icons": [
9-
{
10-
"src": "/initlab-logo.svg",
11-
"sizes": "any"
12-
}
13-
]
7+
"background_color": "#ffffff"
148
}

0 commit comments

Comments
 (0)