Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/pwa): add purpose any to manifest icons
The `purpose` property defines the purpose of an icon, for example if the icon is intended to serve some special purpose in the context of the host OS (i.e., for better integration). `Purpose` can have one or more of the following values, separated by spaces: - `badge`: A user agent can present this icon where space constraints and/or color requirements differ from those of the application icon. - `maskable`: The image is designed with icon masks and safe zone in mind, such that any part of the image outside the safe zone can safely be ignored and masked away by the user agent. - `any`: The user agent is free to display the icon in any context (this is the default value). Closes #17384
- Loading branch information