PWA Icon Sizes & Presets
Progressive Web Apps require specific icon sizes in the web app manifest to enable installation on mobile and desktop. The two essential sizes are 192x192 and 512x512 PNG. A maskable icon variant ensures your app icon looks correct on Android devices that apply different shaped masks. FastEdit generates all required PWA icon sizes from a single source image.
Presets
Icon 192
192x192 PNG Max 200 KB
Standard PWA icon used on Android home screens and app switchers. Required in the web app manifest for basic installability.
Icon 512
512x512 PNG Max 500 KB
High-resolution PWA icon used for splash screens and Chrome OS install prompts. Required alongside 192x192 for PWA installability.
Maskable Icon
512x512 PNG Max 500 KB
Icon with extra padding for masked display. The safe zone is the inner 80% circle. Android applies round, squircle, or other shapes to this icon.
Tips
- Both 192x192 and 512x512 icons are required in the manifest: Chrome will not show the install prompt without them.
- Maskable icons need all important content within the center 80% (the "safe zone"): the outer 20% may be cropped by the device.
- Test maskable icons with the Maskable.app tool to preview how they look with different shaped masks.
- Use the "purpose" field in your manifest to specify "any" for standard icons and "maskable" for padded variants.
- Include both a standard and maskable version of your 512x512 icon for the best cross-device experience.