Add required icon sizes for PWAs on Firefox for Android (#4641)
SignedBinary file
Binary file
| @@ -25,6 +25,16 @@ | |||
| 25 | "src": "img/apple-icon-144x144.png", | 25 | "src": "img/apple-icon-144x144.png", |
| 26 | "sizes": "144x144", | 26 | "sizes": "144x144", |
| 27 | "type": "image/png" | 27 | "type": "image/png" |
| 28 | }, | ||
| 29 | { | ||
| 30 | "src": "img/apple-icon-192x192.png", | ||
| 31 | "sizes": "192x192", | ||
| 32 | "type": "image/png" | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "src": "img/apple-icon-512x512.png", | ||
| 36 | "sizes": "512x512", | ||
| 37 | "type": "image/png" | ||
| 28 | } | 38 | } |
| 29 | ] | 39 | ] |
| 30 | } | 40 | } |