{
    "name": "BotGami - Telegram Bot Builder",
    "short_name": "BotGami",
    "description": "Build powerful Telegram bots with our visual no-code editor",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0b0c15",
    "theme_color": "#0b0c15",
    "categories": [
        "productivity",
        "development",
        "utilities"
    ],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/favicon-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/editor_page_hq.webp",
            "sizes": "1920x1080",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "Visual Flow Editor"
        },
        {
            "src": "/editor_config_page_hq.webp",
            "sizes": "1920x1080",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "Node Configuration"
        }
    ],
    "shortcuts": [
        {
            "name": "Bot Editor",
            "short_name": "Editor",
            "description": "Open the visual bot editor",
            "url": "/dashboard/bots",
            "icons": [
                {
                    "src": "/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Create New Bot",
            "short_name": "New Bot",
            "description": "Create a new bot",
            "url": "/dashboard/bots?action=new",
            "icons": [
                {
                    "src": "/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}