PWA No supplied icon is at least 144px square #17384
Labels
area: @angular/pwa
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
I dont know
Description
When i add pwa to my project with add @angular/pwa the generated manifest includes icons with "purpose": "maskable". But the current chrome browser demands "purpose": "maskable any" (as mentioned in this post: https://stackoverflow.com/questions/59958247/pwa-manifest-does-not-contain-a-suitable-icon) Because of this the install option for pwa does not apear in the address bar when opening the app in a browser (the + sign in the address bar and the install option from the ... menu)
🔬 Minimal Reproduction
Follow this guide: https://angular.io/guide/service-worker-getting-started
🔥 Exception or Error
The text was updated successfully, but these errors were encountered: