@duckduckgo/content-scope-scripts
    Preparing search index...

    Build a URL from a template + the user's data and report it back for native to navigate to.

    interface NavigateAction {
        actionType: "navigate";
        ageRange?: string[];
        dataSource?: string;
        id: string;
        injectCaptchaHandler?: string;
        retry?: RetryConfig;
        url: string;
    }
    Index

    Properties

    actionType: "navigate"
    ageRange?: string[]

    age buckets like "18-30" used by the ageRange URL transform

    dataSource?: string
    id: string
    injectCaptchaHandler?: string

    captcha type whose supporting code should be injected before navigation

    retry?: RetryConfig
    url: string

    URL template; ${field} and ${field|transform} tokens are filled from the user profile