df619a5d8e
Include favicon, apple-touch-icon, web manifest, and navbar logo for bookmarks and PWA-style shortcuts. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
460 B
JSON
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"
|
|
}
|
|
]
|
|
}
|