Which icon sizes are required for progressive web apps (PWA) as of Q1 2018?

后端 未结 3 1361
感情败类
感情败类 2021-02-01 04:07

Which application icons and sizes are required for a progressive web app (PWA)? For example, should I include Apple icons if Safari doesn\'t support PWAs?

It seems like

3条回答
  •  耶瑟儿~
    2021-02-01 04:58

    If you want to include a complete set of icons for Android:

    icon-72x72
    icon-96x96
    icon-128x128
    icon-144x144
    icon-152x152
    icon-192x192
    icon-384x384
    icon-512x512
    

    There is some helpful tools like https://app-manifest.firebaseapp.com/, to create icons.

    For iOS, you will need:

    icon-120x120
    icon-180x180
    

    With square background (can't be transparent background). A good repository for references at https://github.com/gokulkrishh/awesome-meta-and-manifest

提交回复
热议问题