diff --git a/client/index.html b/client/index.html index cb1cd2b..d89c158 100644 --- a/client/index.html +++ b/client/index.html @@ -3,26 +3,43 @@ - - - + + AeThex OS - Operating System for the Metaverse + + + + + + + - + + + + + + + - - - - + + + + + + + + + + - diff --git a/client/public/manifest.json b/client/public/manifest.json index eca48ba..95d19a8 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -1,7 +1,7 @@ { - "name": "AeThex OS", - "short_name": "AeThex", - "description": "The Operating System for the Metaverse. Cross-platform identity and certification.", + "name": "AeThex OS - Operating System for the Metaverse", + "short_name": "AeThex OS", + "description": "Join the AeThex Network. Earn credentials as a certified Metaverse Architect. Build the future with Axiom, Codex, and Aegis.", "start_url": "/", "display": "standalone", "background_color": "#0F172A", @@ -10,11 +10,13 @@ "icons": [ { "src": "/favicon.png", - "sizes": "any", + "sizes": "192x192", "type": "image/png", - "purpose": "any" + "purpose": "any maskable" } ], - "categories": ["productivity", "utilities", "developer"], - "prefer_related_applications": false + "categories": ["productivity", "utilities", "developer", "entertainment"], + "prefer_related_applications": false, + "scope": "/", + "lang": "en-US" } diff --git a/client/public/opengraph.jpg b/client/public/opengraph.jpg index 93b52be..1f1558c 100644 Binary files a/client/public/opengraph.jpg and b/client/public/opengraph.jpg differ