Qué es Generador de zona segura de icono PWA?
A maskable icon is a PWA icon that can adapt to different platform shapes. Android may display it as a circle, squircle, or rounded square depending on the device. The safe zone is the inner portion of the icon that is guaranteed to be visible regardless of the shape. PWA guidelines recommend that important icon content fills at least 80% of the canvas, with padding so content stays inside the safe zone.
Respuesta rápida
Upload your square PWA icon to preview the maskable safe zone overlay. Keep important content inside the safe zone (the inner 80% of the icon). Export manifest icon entries with both any and maskable purposes at 192x192 and 512x512 sizes.
Limitaciones
- The preview shows a circular safe zone, but actual platform shapes vary (squircles, rounded squares, circles). The circular zone is a reasonable worst-case approximation for all shapes.
- This tool provides a visual preview only. It does not export actual PNG files — use an image editor or icon generation tool to create the final icon files at the required sizes.
- Some platforms apply additional transformations beyond maskable cropping, such as drop shadows or platform-specific icon treatments that cannot be previewed here.
Cómo usar esta herramienta
- Upload a square PNG icon (512x512 or larger recommended) for your PWA.
- Adjust the safe-zone padding percentage — 15% (PWA standard) means an 85% visible safe zone.
- Preview the overlay on the icon to confirm important content is inside the dashed safe-zone circle.
- Copy the manifest icon entries with purpose: maskable and export your icons at 192x192 and 512x512.
Para qué puedes usarla
- Verify that your app icon's key visual elements stay inside the maskable safe zone before deploying to production.
- Generate properly configured manifest icon entries with correct sizes, purpose, and type fields.
- Preview how different padding values affect the visible portion of your icon on Android and Chrome OS.