Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Generate Icons

Zach Teutsch edited this page Feb 1, 2022 · 2 revisions

Different Icons for Different Platforms

Currently, PWAs running on different platforms, such as Windows, Android and iOS also require different sized icons for your PWA to display properly. The PWA Studio extension can help you generate the correct sized Icons for your application, using your existing 512x512 sized icon and add them directly to your manifest.

To generate icons:

  1. Ensure you have a web manifest. See the validation documentation.
  2. Hit ctrl-shift-P with Code open.
  3. Search for and run the command PWA Studio: Generate Icons.
  4. The generate icon dialogue will open up and ask you to select a file.
  5. Click Generate Icons.
  6. Your icons will be automatically added to your web manifest.