diff --git a/apps/static/src/index.html b/apps/static/src/index.html
index 2ab0a6f71..b49517237 100644
--- a/apps/static/src/index.html
+++ b/apps/static/src/index.html
@@ -4,7 +4,7 @@
-
Vega Protocol static asseets
+ Vega Protocol static assets
diff --git a/apps/trading/assets/manifest.json b/apps/trading/assets/manifest.json
index 949569331..37981d3d3 100644
--- a/apps/trading/assets/manifest.json
+++ b/apps/trading/assets/manifest.json
@@ -1,6 +1,12 @@
{
- "short_name": "Mainnet Stats",
- "name": "Vega Mainnet statistics",
+ "name": "Vega Protocol - Trading",
+ "short_name": "Console",
+ "description": "Vega Protocol - Trading dApp",
+ "start_url": "/",
+ "display": "standalone",
+ "orientation": "portrait",
+ "theme_color": "#000000",
+ "background_color": "#ffffff",
"icons": [
{
"src": "favicon.ico",
@@ -12,9 +18,5 @@
"type": "image/png",
"sizes": "192x192"
}
- ],
- "start_url": ".",
- "display": "standalone",
- "theme_color": "#000000",
- "background_color": "#ffffff"
+ ]
}
diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx
index 80e28f715..4322f267c 100644
--- a/apps/trading/pages/_document.page.tsx
+++ b/apps/trading/pages/_document.page.tsx
@@ -24,11 +24,14 @@ export default function Document() {
{/* scripts */}
+
+ {/* manifest */}
+