Files
gushi/manifest.json
2025-12-21 00:33:04 +08:00

128 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "古诗词智能解析器",
"short_name": "诗词解析",
"description": "AI智能查询与解析古诗词提供深度文学分析和学习功能",
"start_url": "/",
"display": "standalone",
"background_color": "#fffaf0",
"theme_color": "#8b4513",
"orientation": "portrait-primary",
"icons": [
{
"src": "/static/images/icon-72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/images/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "/static/images/screenshot1.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "古诗词智能解析器主界面"
},
{
"src": "/static/images/screenshot2.png",
"sizes": "750x1334",
"type": "image/png",
"form_factor": "narrow",
"label": "移动端诗词浏览界面"
}
],
"categories": ["education", "books", "lifestyle"],
"lang": "zh-CN",
"dir": "ltr",
"prefer_related_applications": false,
"related_applications": [],
"scope": "/",
"shortcuts": [
{
"name": "智能搜索",
"short_name": "搜索",
"description": "快速搜索古诗词",
"url": "/#search",
"icons": [
{
"src": "/static/images/search-icon.png",
"sizes": "96x96"
}
]
},
{
"name": "AI解析",
"short_name": "解析",
"description": "使用AI深度解析诗词",
"url": "/#ai-analysis",
"icons": [
{
"src": "/static/images/ai-icon.png",
"sizes": "96x96"
}
]
},
{
"name": "我的收藏",
"short_name": "收藏",
"description": "查看收藏的诗词",
"url": "/#personal",
"icons": [
{
"src": "/static/images/favorite-icon.png",
"sizes": "96x96"
}
]
}
],
"features": [
"古诗词查询",
"AI智能解析",
"离线阅读",
"诗词收藏",
"学习记录"
]
}