{
    "name": "Yıldızlar A.Ş. — Dijital İkiz",
    "short_name": "Yıldızlar AI",
    "description": "Kişisel AI Asistanınız — Dijital İkiziniz ile sohbet edin",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0d0906",
    "theme_color": "#f97316",
    "categories": [
        "business",
        "productivity"
    ],
    "lang": "tr",
    "handle_links": "preferred",
    "shortcuts": [
        {
            "name": "Yeni Sohbet",
            "short_name": "Sohbet",
            "description": "Yeni AI sohbeti başlat",
            "url": "/?action=new-chat",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "IoT Cihazlar",
            "short_name": "IoT",
            "description": "Akıllı cihazları yönet",
            "url": "/?action=iot",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share-recording",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "recording",
                    "accept": [
                        "audio/*",
                        ".m4a",
                        ".mp3",
                        ".wav",
                        ".ogg",
                        ".webm",
                        ".caf"
                    ]
                },
                {
                    "name": "image",
                    "accept": [
                        "image/*",
                        ".jpg",
                        ".jpeg",
                        ".png",
                        ".webp",
                        ".gif"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}