diff --git a/frontend/index.html b/frontend/index.html index 1414cd0..8d26cb5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,10 @@ + + + + Pi. Ku. | A safe haven for your unsent letters \ No newline at end of file + \ No newline at end of file diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest new file mode 100644 index 0000000..55603b8 --- /dev/null +++ b/frontend/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Pi. Ku.", + "short_name": "Pi. Ku.", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#d4a24f", + "background_color": "#3b1d13", + "display": "standalone" +}