Browse Source

Add maskable icon support for Android (#20904)

* Add maskable icon support for Android

* Update manifest_serializer.rb

* Fix linting issue
closed-social-glitch-2
Chris Johnson 1 year ago
committed by GitHub
parent
commit
413481f953
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/serializers/manifest_serializer.rb

+ 1
- 0
app/serializers/manifest_serializer.rb View File

@ -35,6 +35,7 @@ class ManifestSerializer < ActiveModel::Serializer
src: full_pack_url("media/icons/android-chrome-#{size}x#{size}.png"),
sizes: "#{size}x#{size}",
type: 'image/png',
purpose: 'any maskable',
}
end
end

Loading…
Cancel
Save