Skip to content

Icons generated by "manifestMaskable" cannot be configured #457

@jahed

Description

@jahed

When manifestMaskable is set, all maskable icons are generated. They should be configurable like all of the other icons are.

// Generate android maskable images from a different source set
if (
this.options.manifestMaskable &&
typeof this.options.manifestMaskable !== "boolean"
) {
const maskableSourceset = await sourceImages(
this.options.manifestMaskable,
);
const maskableIcons = await Promise.all(
ICONS_OPTIONS_MASKABLE.map((iconOption) =>
createFavicon(maskableSourceset, iconOption.name, iconOption),
),
);
icons = [...icons, ...maskableIcons];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions