Skip to content

Commit

Permalink
add minfest for pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Nov 10, 2023
1 parent 5b3903e commit 40fb587
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@

<!-- To establish an early connection to the Google Analytics domain -->
<link rel="preconnect" href="https://www.google-analytics.com" />

<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added ui/public/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/public/icon-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions ui/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "BinaryTree",
"short_name": "BinaryTree",
"description": "binarytree.dev: Developer Productivity Tools",
"icons": [
{
"src": "logo.svg",
"type": "image/svg+xml",
"sizes": "512x512"
},
{
"src": "maskable_icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-256.png",
"sizes": "256x256"
},
{
"src": "icon-128.png",
"sizes": "128x128"
}
],
"background_color": "#141414",
"theme_color": "#141414"
}
Binary file added ui/public/maskable_icon_x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40fb587

Please sign in to comment.