{
    "name": "DBot Room — Automated Trading Platform",
    "short_name": "DBot Room",
    "description": "Free ready-made trading bots, a drag-and-drop bot builder, copy trading, AI-powered market signals and live market analysis.",
    "start_url": "/?source=mobile",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#8b5cf6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": [
        "finance",
        "productivity",
        "business"
    ],
    "offline_enabled": true,
    "icons": [
        {
            "src": "/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/screenshots/desktop-screenshot.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "DBot Room Dashboard"
        },
        {
            "src": "/assets/screenshots/mobile-screenshot.png",
            "sizes": "640x1136",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "DBot Room Mobile View"
        }
    ],
    "shortcuts": [
        {
            "name": "Bot Builder",
            "short_name": "Builder",
            "description": "Create new trading bot",
            "url": "/?shortcut=builder",
            "icons": [
                {
                    "src": "/assets/icons/IcBotBuilder.svg",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View bot performance",
            "url": "/?shortcut=dashboard",
            "icons": [
                {
                    "src": "/assets/icons/IcDashboard.svg",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "cache_resources": [
        "/",
        "/offline.html",
        "/manifest.json",
        "/dbotroomlogo.jpeg"
    ],
    "offline_fallback": "/offline.html",
    "id": "/"
}
