This commit is contained in:
2026-03-11 20:41:03 +08:00
commit c5af0cc946
21 changed files with 5831 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "萌芽导航",
"short_name": "萌芽导航",
"description": "萌芽导航 - 轻量好用的网址导航",
"lang": "zh-CN",
"dir": "ltr",
"id": "/",
"start_url": "/?source=pwa",
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui", "browser"],
"orientation": "portrait-primary",
"theme_color": "#10b981",
"background_color": "#f8fafc",
"categories": ["productivity", "utilities"],
"prefer_related_applications": false,
"icons": [
{
"src": "/logo.png",
"type": "image/png",
"sizes": "2048x2048",
"purpose": "any"
},
{
"src": "/logo.png",
"type": "image/png",
"sizes": "2048x2048",
"purpose": "maskable"
},
{
"src": "/favicon.ico",
"type": "image/x-icon",
"sizes": "16x16 24x24 32x32 48x48 64x64",
"purpose": "any"
}
]
}