Support maskable icons
See original GitHub issueAndroid 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/
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Adaptive icon support in PWAs with maskable icons - web.dev
Maskable icons are a new icon format that give you more control and let your Progressive Web App use adaptive icons. If you...
Read more >Maskable Icons: Android Adaptive Icons for Your PWA
Do you want to see what your own maskable icons will look like? I've created a tool, Maskable.app, to help you evaluate how...
Read more >Maskable.app
Maskable icons allow web developers to specify a full-bleed icon that will be cropped by the user-agent to match other icons on the...
Read more >Manifest doesn't have a maskable icon - Chrome Developers
Maskable icons is a new icon format that ensures that your PWA icon looks great on all Android devices. On newer Android devices,...
Read more >Maskable icons - Optimize your web projects with Progressive ...
Maskable icons are a new way to optimize the layout of PWA icons on recent Android devices. We'll cover the following. The starting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
That PR fixes this issue for me.