memos/web/public/manifest.json
2022-09-01 07:36:14 +08:00

18 lines
313 B
JSON

{
"short_name": "Memos",
"name": "Memos",
"icons": [
{
"src": "/logo.webp",
"type": "image/*",
"sizes": "200x200"
}
],
"start_url": "/",
"background_color": "#f6f5f4",
"display": "standalone",
"scope": "/",
"theme_color": "#f6f5f4",
"description": "usememos/memos"
}