Skip to content

Commit

Permalink
Add support for maskable icons
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Nov 5, 2023
1 parent f6bfd72 commit 8a7dd5a
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 964 deletions.
48 changes: 24 additions & 24 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solvenius",
"version": "4.3.1",
"version": "4.4.0",
"description": "Logic game in modern Elm",
"private": true,
"scripts": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"elm-format": "^0.8.5",
"elm-test": "^0.19.1-revision7",
"elm-webpack-loader": "^8.0.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"favicons": "^7.1.4",
"favicons-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^5.3.2",
"http-server": "^0.12.3",
"prettier": "^2.3.2",
Expand Down
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
}),
new FaviconsWebpackPlugin({
logo: "logo.svg",
logoMaskable: "logo.svg",
cache: true,
favicons: {
appName: "Solvenius",
Expand Down
Loading

0 comments on commit 8a7dd5a

Please sign in to comment.