chore: update resources file format
Before Width: | Height: | Size: 208 KiB |
After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 208 KiB |
After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 68 KiB |
@ -1,18 +1,17 @@
|
|||||||
{
|
{
|
||||||
"short_name": "Memos",
|
"short_name": "Memos",
|
||||||
"name": "Memos",
|
"name": "Memos",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/logo.png",
|
"src": "/logo.webp",
|
||||||
"type": "image/png",
|
"type": "image/*",
|
||||||
"sizes": "200x200"
|
"sizes": "200x200"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"background_color": "#f6f5f4",
|
"background_color": "#f6f5f4",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"theme_color": "#f6f5f4",
|
"theme_color": "#f6f5f4",
|
||||||
"description": "usememos/memos"
|
"description": "usememos/memos"
|
||||||
}
|
}
|
||||||
|
|
||||||
|