{
    "name": "ChineseMate AI",
    "short_name": "ChineseMate", 
    "description": "Trợ lý AI học tiếng Trung cho người Việt tại Đài Loan. Dịch thuật, Chat AI, Flashcard, Công cụ thông minh.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0A0A1A",
    "theme_color":  "#F5A623",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "lang": "vi",
    "categories": ["education", "language", "productivity"],
    "screenshots": [],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dịch thuật",
            "short_name": "Dịch",
            "description": "Dịch văn bản, ảnh, giọng nói",
            "url": "/translate",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Chat AI",
            "short_name": "Chat",
            "description": "Trò chuyện với 小美 và 小明",
            "url": "/chat",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        }
    ]
}