diff --git a/web-app/public/manifest.json b/web-app/public/manifest.json new file mode 100644 index 00000000..8d598e3b --- /dev/null +++ b/web-app/public/manifest.json @@ -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" + } + ] + } \ No newline at end of file diff --git a/web-app/src/app/head.tsx b/web-app/src/app/head.tsx index 2ca03487..ec540c76 100644 --- a/web-app/src/app/head.tsx +++ b/web-app/src/app/head.tsx @@ -4,6 +4,7 @@ export default function PageHead() { return (
+