Files
timeline-frontend/public/manifest.json

108 lines
2.4 KiB
JSON
Raw Normal View History

{
"name": "Timeline - 时间线记录",
"short_name": "Timeline",
"description": "记录生活中的每一个精彩时刻",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1890ff",
"orientation": "portrait-primary",
"scope": "/",
"lang": "zh-CN",
"icons": [
{
"src": "/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"screenshots": [
{
"src": "/screenshots/home.png",
"sizes": "1080x1920",
"type": "image/png",
"form_factor": "narrow",
"label": "首页"
},
{
"src": "/screenshots/timeline.png",
"sizes": "1080x1920",
"type": "image/png",
"form_factor": "narrow",
"label": "时间线"
}
],
"shortcuts": [
{
"name": "创建时刻",
"short_name": "创建",
"description": "快速创建新的时间线时刻",
"url": "/story/create",
"icons": [
{
"src": "/icons/add-96x96.png",
"sizes": "96x96"
}
]
},
{
"name": "我的时间线",
"short_name": "时间线",
"description": "查看我的时间线",
"url": "/story",
"icons": [
{
"src": "/icons/timeline-96x96.png",
"sizes": "96x96"
}
]
}
],
"categories": ["lifestyle", "productivity", "social"],
"prefer_related_applications": false,
"related_applications": []
}