CCC Docs
    Preparing search index...
    interface Provider {
        id: string;
        name: string;
        icon: string;
        webUrl?: string;
        chromeWebStoreUrl?: string;
        mozillaAddOnsUrl?: string;
        googlePlayStoreUrl?: string;
        iOSAppStoreUrl?: string;
        methods?: string[];
    }
    Index

    Properties

    id: string
    name: string
    icon: string
    webUrl?: string
    chromeWebStoreUrl?: string
    mozillaAddOnsUrl?: string
    googlePlayStoreUrl?: string
    iOSAppStoreUrl?: string
    methods?: string[]