Magpie HTML - v0.1.3
    Preparing search index...

    Interface AppleTouchIcon

    Apple touch icon metadata.

    interface AppleTouchIcon {
        url: string;
        sizes?: string;
        precomposed?: boolean;
    }
    Index

    Properties

    url: string

    Icon URL

    sizes?: string

    Icon size (e.g., "180x180")

    precomposed?: boolean

    Whether it's precomposed (no effects applied)