memos/web/public/manifest.json
2023-10-08 20:31:38 +08:00

16 lines
288 B
JSON

{
"short_name": "memos",
"name": "memos",
"description": "usememos/memos",
"icons": [
{
"src": "/logo.png",
"type": "image/png"
}
],
"start_url": "/",
"scope": "/",
"display": "standalone",
"theme_color": "#f4f4f5",
"background_color": "#f4f4f5"
}