Files
it/frontend/public/manifest.json

142 lines
3.3 KiB
JSON
Raw Normal View History

2025-11-03 19:47:36 +08:00
{
"name": "硬件性能排行榜",
"short_name": "硬件排行",
"description": "专业的硬件性能排行榜应用提供CPU、GPU等硬件性能数据和对比功能",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#409EFF",
"orientation": "portrait-primary",
"scope": "/",
"lang": "zh-CN",
"categories": ["utilities", "productivity", "reference"],
"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-desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "首页 - 桌面版"
},
{
"src": "/screenshots/home-mobile.png",
"sizes": "375x667",
"type": "image/png",
"form_factor": "narrow",
"label": "首页 - 移动版"
},
{
"src": "/screenshots/ranking-desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "排行榜 - 桌面版"
},
{
"src": "/screenshots/ranking-mobile.png",
"sizes": "375x667",
"type": "image/png",
"form_factor": "narrow",
"label": "排行榜 - 移动版"
}
],
"shortcuts": [
{
"name": "CPU排行榜",
"short_name": "CPU排行",
"description": "查看CPU性能排行榜",
"url": "/category/1",
"icons": [
{
"src": "/icons/shortcut-cpu.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "GPU排行榜",
"short_name": "GPU排行",
"description": "查看GPU性能排行榜",
"url": "/category/2",
"icons": [
{
"src": "/icons/shortcut-gpu.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "产品对比",
"short_name": "对比",
"description": "对比硬件产品性能",
"url": "/comparison",
"icons": [
{
"src": "/icons/shortcut-compare.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
],
"related_applications": [],
"prefer_related_applications": false,
"edge_side_panel": {
"preferred_width": 400
},
"launch_handler": {
"client_mode": "focus-existing"
}
}