diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..d7cb854
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,23 @@
+{
+ "name": "Mozhi",
+ "short_name": "Mozhi",
+ "description": "An alternative-frontend for many translation engines!",
+ "start_url": "/",
+ "scope": "/",
+ "display": "standalone",
+ "background_color": "#FFEDD5",
+ "theme_color": "#FFEDD5",
+ "icons": [
+ {
+ "src": "/assets/mozhi.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "/assets/mozhi.svg",
+ "sizes": "512x512",
+ "type": "image/svg",
+ "purpose": "maskable"
+ }
+ ]
+}
diff --git a/views/header.html b/views/header.html
index 1a03f5d..d01dfd6 100644
--- a/views/header.html
+++ b/views/header.html
@@ -17,6 +17,7 @@
+