0.0.0.4
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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"],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/screenshot-1.jpg",
|
||||
"sizes": "1280x720",
|
||||
"type": "image/jpeg",
|
||||
"form_factor": "wide"
|
||||
}
|
||||
],
|
||||
"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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user