{
    "name": "Sikval - AI Metaverse",
    "short_name": "Sikval",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0A0E27",
    "theme_color": "#6C5CE7",
    "description": "AI-powered metaverse platform with voice control, smart device integration, and immersive 3D experiences. Your personal AI companion for the metaverse.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["productivity", "social", "entertainment", "utilities"],
    "lang": "en-US",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Sikval AI Assistant Interface"
        }
    ],
    "shortcuts": [
        {
            "name": "Open Studio",
            "short_name": "Studio",
            "description": "Open your AI studio workspace",
            "url": "/",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Open Market",
            "short_name": "Market",
            "description": "Browse the metaverse marketplace",
            "url": "/market",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Devices",
            "short_name": "Devices",
            "description": "Manage your connected devices",
            "url": "/devices",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
