Files
chinese-family-tree-2/public/manifest.json
T
freedakgmail 81dbf709aa 0.0.1.1
2025-11-23 08:04:43 +08:00

48 lines
1.2 KiB
JSON

{
"name": "中华家谱 - 李氏家族树",
"short_name": "李氏家谱",
"description": "记录和管理李氏家族世系的数字化家谱应用",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/apple-icon.png",
"sizes": "180x180",
"type": "image/png"
}
],
"categories": ["lifestyle", "utilities"],
"shortcuts": [
{
"name": "查看族谱图",
"short_name": "族谱图",
"description": "查看完整的家族世系图",
"url": "/tree",
"icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
},
{
"name": "添加成员",
"short_name": "添加",
"description": "添加新的家族成员",
"url": "/members/new",
"icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
},
{
"name": "成员列表",
"short_name": "成员",
"description": "浏览所有家族成员",
"url": "/members",
"icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
}
]
}