support: {
    duckplayer: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    errorpage: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    example: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    history: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    "new-tab": Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    onboarding: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    "release-notes": Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    "special-error": Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-broker-protection"
            | "android-autofill-import"
            | "android-adsjs"
            | "windows"
            | "firefox"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
} = ...
Type declaration
duckplayer: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
errorpage: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
example: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
history: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
new-tab: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
onboarding: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
release-notes: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>
special-error: Partial<
    Record<
        | undefined
        | "apple"
        | "apple-isolated"
        | "android"
        | "android-broker-protection"
        | "android-autofill-import"
        | "android-adsjs"
        | "windows"
        | "firefox"
        | "chrome-mv3"
        | "integration",
        string[],
    >,
>