Files
DAO_DE_JING/assets/site/site.webmanifest
T
dekun df619a5d8e Add site icons for favicon and home screen shortcuts
Include favicon, apple-touch-icon, web manifest, and navbar logo for bookmarks and PWA-style shortcuts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 17:11:36 +08:00

23 lines
460 B
JSON

{
"name": "DAO DE JING",
"short_name": "道德经",
"description": "传统文化典籍资料库",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#0f3460",
"icons": [
{
"src": "/apple-touch-icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/favicon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}