Files
it/frontend/public/manifest.json
XCool f25b0307db
Some checks failed
CI/CD Pipeline / 测试 (18.x) (push) Has been cancelled
CI/CD Pipeline / 测试 (20.x) (push) Has been cancelled
CI/CD Pipeline / 安全检查 (push) Has been cancelled
CI/CD Pipeline / 部署 (push) Has been cancelled
CI/CD Pipeline / 通知 (push) Has been cancelled
初始化
2025-11-03 19:47:36 +08:00

142 lines
3.3 KiB
JSON
Raw Permalink 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": "专业的硬件性能排行榜应用提供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"
}
}