From 2c17ea703d7de69e6e0dc64ce6e12666f297c087 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 16 Sep 2022 21:33:31 +0800 Subject: [PATCH] chore: fix `manifest.json` image --- web/public/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/public/manifest.json b/web/public/manifest.json index 98c9537f..38325a79 100644 --- a/web/public/manifest.json +++ b/web/public/manifest.json @@ -1,17 +1,17 @@ { "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" }