lingjing/public/manifest.json
2026-02-23 09:51:43 +00:00

23 lines
474 B
JSON

{
"name": "灵镜",
"short_name": "灵镜",
"description": "一场温柔但有穿透力的对话,帮你看见自己。",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#0a0a0a",
"orientation": "portrait",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}