Files
note-zero/frontend/public/manifest.webmanifest
T

19 lines
365 B
JSON

{
"name": "续想",
"short_name": "续想",
"description": "让零散念头继续生长的私人笔记本",
"start_url": "/",
"display": "standalone",
"background_color": "#f3f0e9",
"theme_color": "#f3f0e9",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}