47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"id": "/",
|
|
"name": "Bi's Blog",
|
|
"short_name": "Bi's Blog",
|
|
"description": "好奇心转化为代码的空间。",
|
|
"lang": "zh-CN",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
|
|
"theme_color": "#0f766e",
|
|
"background_color": "#f7f5ef",
|
|
"categories": ["blog", "education", "technology"],
|
|
"icons": [
|
|
{
|
|
"src": "/images/pwa-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/pwa-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/pwa-maskable-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "搜索文章",
|
|
"short_name": "搜索",
|
|
"url": "/?action=search",
|
|
"icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
|
|
},
|
|
{
|
|
"name": "随机文章",
|
|
"short_name": "随机文章",
|
|
"url": "/go/",
|
|
"icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
|
|
}
|
|
]
|
|
}
|