{
    "name": "Voice Assistant",
    "short_name": "Voice",
    "description": "Умный голосовой ассистент с напоминаниями и уведомлениями",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#6366f1",
    "orientation": "portrait",
    "categories": ["productivity", "utilities"],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "icons": [
        {
            "src": "icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icon-maskable.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Напоминания",
            "short_name": "Напоминания",
            "description": "Посмотреть список напоминаний",
            "url": "/#reminders",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%2310b981' width='100' height='100' rx='20'/><path d='M30 25h40v10H30zM25 45h50v35H25z' fill='white' opacity='0.9'/></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Голосовой ввод",
            "short_name": "Говорить",
            "description": "Быстрый голосовой ввод",
            "url": "/#voice",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23ef4444' width='100' height='100' rx='20'/><circle cx='50' cy='40' r='15' fill='white'/><rect x='44' y='20' width='12' height='15' rx='4' fill='white'/></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Напомнить",
            "short_name": "Напомнить",
            "description": "Создать новое напоминание",
            "url": "/#remind",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23f59e0b' width='100' height='100' rx='20'/><path d='M50 20a25 25 0 100 50 25 25 0 000-50zm0 10h.01M50 65a15 15 0 100-30 15 15 0 000 30z' fill='white'/></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}