diff --git a/src/assets/maskable.svg b/src/assets/maskable.svg new file mode 100644 index 000000000..340ee4a5e --- /dev/null +++ b/src/assets/maskable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index ea0ba08aa..1c0db5147 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -111,6 +111,7 @@ export default async (env, argv) => { new FaviconsWebpackPlugin({ logo: path.resolve("src/assets/icon.svg"), inject: true, + logoMaskable: path.resolve("src/assets/maskable.svg"), favicons: { appName: "LiveSplit One", appDescription: "A version of LiveSplit that works on a lot of platforms.", @@ -126,10 +127,6 @@ export default async (env, argv) => { appleStartup: { offset: 15, }, - android: { - background: true, - offset: 10, - }, windows: false, coast: false, yandex: false,