{
    "name": "Kiro - AI Assistant and Developer IDE",
    "short_name": "Kiro IDE",
    "description": "Advanced AI assistant and IDE for developers with autonomous coding and intelligent context",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["developer", "productivity", "utilities"],
    "icons": [
        {
            "src": "/img/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        }
    ],
    "screenshots": [
        {
            "src": "/img/screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Kiro IDE Desktop Interface"
        },
        {
            "src": "/img/screenshot-mobile.png",
            "sizes": "375x667",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Kiro IDE Mobile Interface"
        }
    ],
    "shortcuts": [
        {
            "name": "Download Kiro",
            "short_name": "Download",
            "description": "Download Kiro IDE",
            "url": "/#download",
            "icons": [
                {
                    "src": "/img/icon-download.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Documentation",
            "short_name": "Docs",
            "description": "View Kiro documentation",
            "url": "https://kiro.dev/docs/",
            "icons": [
                {
                    "src": "/img/icon-docs.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}