This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Support maskable icons #112
Comments
Not sure it actually works that way already, but it would be nice if all "unknown" properties (like |
That PR fixes this issue for me. |
Can we get this merged sometime? |
Yes please. |
I think this repo is dead, and I don't want to be beholden to this repo adding the random properties for PWA manifests going forward. I spent some time figuring out how to do this with extract-loader and remove this plugin as a dependency, and I'm pretty happy with the results: manifest.js
webpack.config.js
index.html (using html-webpack-plugin)
|
@thequailman Neat. Thank you for the snippets. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Android and other OSes now support auto-masking / cropping icons when a parameter in the icons is set. Would be nice with support for it!
Should just be passing
purpose: "maskable"
if the developer has set it.https://css-tricks.com/maskable-icons-android-adaptive-icons-for-your-pwa/
The text was updated successfully, but these errors were encountered: