diff --git a/app/android-chrome-192x192.png b/app/android-chrome-192x192.png new file mode 100644 index 0000000..2847a1d Binary files /dev/null and b/app/android-chrome-192x192.png differ diff --git a/app/android-chrome-512x512.png b/app/android-chrome-512x512.png new file mode 100644 index 0000000..90e4324 Binary files /dev/null and b/app/android-chrome-512x512.png differ diff --git a/app/apple-touch-icon.png b/app/apple-touch-icon.png new file mode 100644 index 0000000..e16d5bf Binary files /dev/null and b/app/apple-touch-icon.png differ diff --git a/app/favicon-16x16.png b/app/favicon-16x16.png new file mode 100644 index 0000000..f9f7525 Binary files /dev/null and b/app/favicon-16x16.png differ diff --git a/app/favicon-32x32.png b/app/favicon-32x32.png new file mode 100644 index 0000000..af81e21 Binary files /dev/null and b/app/favicon-32x32.png differ diff --git a/app/favicon.ico b/app/favicon.ico index c45a8e0..e5a88a0 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/site.webmanifest b/app/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/app/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/manifest.json b/manifest.json index cbe824d..1ba75bb 100644 --- a/manifest.json +++ b/manifest.json @@ -8,16 +8,40 @@ "description": "写论文最高效的方式", "icons": [ { - "src": "https://file.liuweiqing.life/2024/02/540f3476ef43c831934ce0359c367acd.png", + "src": "/app/to/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { - "src": "https://file.liuweiqing.life/2024/02/540f3476ef43c831934ce0359c367acd.png", + "src": "/app/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" + }, + { + "src": "/app/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/app/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/app/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/app/favicon.ico", + "sizes": "48x48", + "type": "image/x-icon", + "purpose": "any" } ], "dir": "ltr",