Export everything a progressive web app needs to be installable: 192×192 and 512×512 icons in both standard and maskable variants, plus a manifest.webmanifest that references them with the right purpose values. Maskable renders keep your composition inside the 80% safe zone so any launcher crop looks intentional.
| file | size |
|---|---|
| webapp/icon-192.png | 192×192px |
| webapp/icon-512.png | 512×512px |
| webapp/maskable-icon-192.png | 192×192px |
| webapp/maskable-icon-512.png | 512×512px |
| webapp/manifest.webmanifest | config |
Every export also includes a README with install instructions and an icon-config.json you can re-import to keep editing later.