diff --git a/pages/_app.tsx b/pages/_app.tsx
index 4b9bea1..97dbe9c 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -14,6 +14,26 @@ function App({ Component, pageProps }) {
href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap"
rel="stylesheet"
/>
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/192x192.png b/public/192x192.png
new file mode 100644
index 0000000..bb59595
Binary files /dev/null and b/public/192x192.png differ
diff --git a/public/512x512.png b/public/512x512.png
new file mode 100644
index 0000000..c080cf3
Binary files /dev/null and b/public/512x512.png differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..f815a1d
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..4cec47c
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,21 @@
+{
+ "short_name": "Mango",
+ "name": "Mango Markets",
+ "description": "Mango Markets - Decentralised, cross-margin trading up to 5x leverage with lightning speed and near-zero fees powered by Serum",
+ "icons": [
+ {
+ "src": "192x192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "512x512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/public/twitter-image.png b/public/twitter-image.png
new file mode 100644
index 0000000..e68d543
Binary files /dev/null and b/public/twitter-image.png differ