Skip to content

Commit

Permalink
Add maskable icon support for Android (mastodon#20904)
Browse files Browse the repository at this point in the history
* Add maskable icon support for Android

* Update manifest_serializer.rb

* Fix linting issue
  • Loading branch information
workeffortwaste authored Nov 17, 2022
1 parent a2931d1 commit 413481f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/serializers/manifest_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def icons
src: full_pack_url("media/icons/android-chrome-#{size}x#{size}.png"),
sizes: "#{size}x#{size}",
type: 'image/png',
purpose: 'any maskable',
}
end
end
Expand Down

0 comments on commit 413481f

Please sign in to comment.