Commit 2c17ea70 authored by Steven's avatar Steven

chore: fix `manifest.json` image

parent 1591fdf6
{
"short_name": "Memos",
"name": "Memos",
"description": "usememos/memos",
"icons": [
{
"src": "/logo.webp",
"type": "image/*",
"sizes": "200x200"
"type": "image/webp",
"sizes": "520x520"
}
],
"start_url": "/",
"background_color": "#f6f5f4",
"display": "standalone",
"scope": "/",
"display": "standalone",
"theme_color": "#f6f5f4",
"description": "usememos/memos"
"background_color": "#f6f5f4"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment