{
    "name": "中国好诗词 - 中国古典诗词大全",
    "short_name": "中国好诗词",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1a73e8",
    "description": "探索中国古典诗词之美，收录唐诗宋词元曲等经典作品，提供诗词赏析、注释、译文及AI创作工具。传承千年诗韵，品味古典文化。",
    "orientation": "any",
    "prefer_related_applications": false,
    "lang": "zh-CN",
    "dir": "ltr",
    "categories": [
        "education",
        "books",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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": "随机诗词",
            "short_name": "随机",
            "description": "阅读随机推荐的古诗词",
            "url": "/random",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "诗词搜索",
            "short_name": "搜索",
            "description": "搜索古诗词和作者",
            "url": "/search",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "AI创作",
            "short_name": "创作",
            "description": "使用AI创作诗词",
            "url": "/create",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "iarc_rating_id": "",
    "related_applications": [],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
