AeThex-OS/client/public/manifest.json
sirpiglr b1b63ecad7 Update web app settings and manifest for better compatibility
Fix deprecated meta tag and adjust manifest icon settings for improved compatibility.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 87a959e4-6434-4043-a1c6-8363cd2280a3
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/wEQFUUP
Replit-Helium-Checkpoint-Created: true
2025-12-21 04:18:33 +00:00

20 lines
518 B
JSON

{
"name": "AeThex OS",
"short_name": "AeThex",
"description": "The Operating System for the Metaverse. Cross-platform identity and certification.",
"start_url": "/",
"display": "standalone",
"background_color": "#0F172A",
"theme_color": "#06B6D4",
"orientation": "any",
"icons": [
{
"src": "/favicon.png",
"sizes": "any",
"type": "image/png",
"purpose": "any"
}
],
"categories": ["productivity", "utilities", "developer"],
"prefer_related_applications": false
}