mirror of https://github.com/usememos/memos
chore: fix `manifest.json` image
parent
1591fdf61c
commit
2c17ea703d
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"short_name": "Memos",
|
"short_name": "Memos",
|
||||||
"name": "Memos",
|
"name": "Memos",
|
||||||
|
"description": "usememos/memos",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/logo.webp",
|
"src": "/logo.webp",
|
||||||
"type": "image/*",
|
"type": "image/webp",
|
||||||
"sizes": "200x200"
|
"sizes": "520x520"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"background_color": "#f6f5f4",
|
|
||||||
"display": "standalone",
|
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
|
"display": "standalone",
|
||||||
"theme_color": "#f6f5f4",
|
"theme_color": "#f6f5f4",
|
||||||
"description": "usememos/memos"
|
"background_color": "#f6f5f4"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue