mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-05-14 21:17:45 +08:00
* 将 `index.html`、`manifest.json`、`browserconfig.xml` 和其他文件中的图标链接从 `favicon.svg` 更新为 `logo.svg`,确保一致性。 * 删除不再使用的 `favicon.svg` 文件,简化项目结构。 * 更新 `FAVICON_GUIDE.md` 文档,反映图标文件的更改和生成方法。
85 lines
1.7 KiB
JSON
85 lines
1.7 KiB
JSON
{
|
|
"name": "SearchGal - Galgame 聚合搜索",
|
|
"short_name": "SearchGal",
|
|
"description": "多平台 Galgame 资源聚合搜索引擎",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#fff5fa",
|
|
"theme_color": "#ff1493",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"lang": "zh-CN",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"categories": ["entertainment", "games", "utilities"],
|
|
"screenshots": [
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "1920x1080",
|
|
"type": "image/png",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "750x1334",
|
|
"type": "image/png",
|
|
"form_factor": "narrow"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "游戏模式搜索",
|
|
"short_name": "游戏搜索",
|
|
"description": "快速搜索游戏资源",
|
|
"url": "/?mode=game",
|
|
"icons": [
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "any"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "高级模式搜索",
|
|
"short_name": "高级搜索",
|
|
"description": "高级工具和资源搜索",
|
|
"url": "/?mode=advanced",
|
|
"icons": [
|
|
{
|
|
"src": "/logo.svg",
|
|
"sizes": "any"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"share_target": {
|
|
"action": "/",
|
|
"method": "GET",
|
|
"enctype": "application/x-www-form-urlencoded",
|
|
"params": {
|
|
"title": "title",
|
|
"text": "text"
|
|
}
|
|
}
|
|
}
|
|
|