cents/apps/web/public/manifest.webmanifest

19 lines
336 B
JSON

{
"name": "Cents",
"short_name": "Cents",
"description": "家庭共享账本",
"start_url": "/",
"display": "standalone",
"background_color": "#f7f4ee",
"theme_color": "#f7f4ee",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}