mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-20 07:17:19 +00:00
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
20 lines
518 B
JSON
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
|
|
}
|