mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-19 23:07:21 +00:00
Introduce a locked desktop state, preventing app access until login, and add a manifest.json file for progressive web app capabilities. Refactor the openApp function to handle locked states and ensure consistent use of appToOpen. Modify PassportApp to accept login success callbacks and add iframe support for specific applications. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: 6153830e-2a7f-4460-a370-8b1f26cbfd29 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/KKo8ABE Replit-Helium-Checkpoint-Created: true
20 lines
531 B
JSON
20 lines
531 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": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities", "developer"],
|
|
"prefer_related_applications": false
|
|
}
|