diff --git a/public/screenshot-m.png b/public/screenshot-m.png new file mode 100644 index 0000000..e406383 Binary files /dev/null and b/public/screenshot-m.png differ diff --git a/public/screenshot-pc.png b/public/screenshot-pc.png new file mode 100644 index 0000000..5c18447 Binary files /dev/null and b/public/screenshot-pc.png differ diff --git a/vite.config.js b/vite.config.js index 8de8c51..a941e50 100644 --- a/vite.config.js +++ b/vite.config.js @@ -98,6 +98,10 @@ const manifestForPWAPlugIn = { type: 'image/png', }, ], + screenshots: [ + { src: '/screenshot-pc.png', sizes: '846x458', type: 'image/png', form_factor: 'wide' }, + { src: '/screenshot-m.png', sizes: '375x667', type: 'image/png' }, + ], theme_color: '#171717', background_color: '#ccd5ae', display: 'standalone',