Icon-192x192.png ((install)) Jun 2026

: For many Android devices and the Chrome browser, the 192x192px size is the minimum requirement for an app to be considered "installable".

The icon is declared inside your manifest.json file. Here is a standard configuration: Use code with caution. The path to your icon. sizes: Must be exactly 192x192 . type: image/png is the standard and most supported format.

This specialized tool helps you preview exactly how your 192x192 icon will look when cropped by various Android shapes, ensuring your logo never violates the safe zone boundaries. icon-192x192.png

Your icon-192x192.png must have a purpose: "maskable" attribute, or at least be designated as such.

On Windows 10/11, pinned site tiles may use 192px icons. For Android adaptive icons, the 192px version is used as the foreground or background layer in newer implementations. : For many Android devices and the Chrome

: The image must explicitly use the PNG format. Vectors like SVGs lack universal support across older mobile OS versions, and JPEGs do not support alpha channels.

When developers audit their websites using Google Lighthouse or Chrome DevTools, they often scroll past the “Manifest” section. They see files like favicon.ico , icon-512x512.png , and notably, . Most nod, generate the files via an automated tool, upload them, and never look back. The path to your icon

A transparent background (PNG) allows the icon to adapt to different app drawer themes.

"src": "/icons/icon-192x192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" ,

Chrome for Android specifically looks for this size to provide a crisp, high-resolution icon on most smartphone displays.