Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Aug 31, 2024
1 parent 7e4ad37 commit acc8615
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions web-app/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Index Network",
"short_name": "Index",
"start_url": "/",
"display": "standalone",
"background_color": "#black",
"theme_color": "#90cdf4",
"orientation": "portrait-primary",
"icons": [
{
"src": "favicon-white.png",
"sizes": "500x500",
"type": "image/png"
},
{
"src": "favicon-white.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
1 change: 1 addition & 0 deletions web-app/src/app/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default function PageHead() {
return (
<Head>
<link rel="shortcut icon" href="/favicon-white.png" />
<link rel="manifest" href="/manifest.json"/>
<title>Index Network | Discovery Protocol</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
Expand Down

0 comments on commit acc8615

Please sign in to comment.