Skip to content

Commit 9d98c2a

Browse files
committed
pwa try again
1 parent 40fb587 commit 9d98c2a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

ui/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<link rel="preconnect" href="https://www.google-analytics.com" />
5252

5353
<link rel="manifest" href="/manifest.json" />
54+
<meta name="theme-color" content="#141414" />
5455
</head>
5556
<body>
5657
<div id="root"></div>

ui/public/icon-512.png

14.7 KB
Loading

ui/public/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "BinaryTree",
33
"short_name": "BinaryTree",
44
"description": "binarytree.dev: Developer Productivity Tools",
5+
"display": "standalone",
6+
"start_url": "/",
57
"icons": [
68
{
79
"src": "logo.svg",
@@ -21,6 +23,10 @@
2123
{
2224
"src": "icon-128.png",
2325
"sizes": "128x128"
26+
},
27+
{
28+
"src": "icon-512.png",
29+
"sizes": "512x512"
2430
}
2531
],
2632
"background_color": "#141414",

0 commit comments

Comments
 (0)