We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fb587 commit 9d98c2aCopy full SHA for 9d98c2a
ui/index.html
@@ -51,6 +51,7 @@
51
<link rel="preconnect" href="https://www.google-analytics.com" />
52
53
<link rel="manifest" href="/manifest.json" />
54
+ <meta name="theme-color" content="#141414" />
55
</head>
56
<body>
57
<div id="root"></div>
ui/public/icon-512.png
14.7 KB
ui/public/manifest.json
@@ -2,6 +2,8 @@
2
"name": "BinaryTree",
3
"short_name": "BinaryTree",
4
"description": "binarytree.dev: Developer Productivity Tools",
5
+ "display": "standalone",
6
+ "start_url": "/",
7
"icons": [
8
{
9
"src": "logo.svg",
@@ -21,6 +23,10 @@
21
23
22
24
"src": "icon-128.png",
25
"sizes": "128x128"
26
+ },
27
+ {
28
+ "src": "icon-512.png",
29
+ "sizes": "512x512"
30
}
31
],
32
"background_color": "#141414",
0 commit comments