diff --git a/frontend/img/android-chrome-192x192.png b/frontend/img/android-chrome-192x192.png deleted file mode 100644 index dda60c3..0000000 Binary files a/frontend/img/android-chrome-192x192.png and /dev/null differ diff --git a/webpack.config.js b/webpack.config.js index 148010f..c19d5ed 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -70,14 +70,10 @@ const config = { scope: "/", start_url: "/", icons: [ - { - src: path.resolve(__dirname, "frontend/img/android-chrome-192x192.png"), - size: "192x192" - }, { src: path.resolve(__dirname, "frontend/img/android-chrome-512x512.png"), - size: "512x512" - } + sizes: [96, 128, 192, 256, 384, 512], + }, ] }) ],