PopClip JavaScript API Reference
    Preparing search index...

    Interface AssociatedApp

    Declares information about an app or website that this extension interacts with.

    interface AssociatedApp {
        bundleIdentifier?: string;
        bundleIdentifiers?: string[];
        checkInstalled?: boolean;
        link: string;
        name: string;
    }
    Index
    bundleIdentifier?: string

    A single bundle identifier, as an alternative to bundleIdentifiers.

    bundleIdentifiers?: string[]

    List of possible bundle identifiers of this app. Required if checkInstalled is true.

    checkInstalled?: boolean

    Indicates whether PopClip should check for the presence of the app on the computer. Default is false.

    link: string

    Web page where user can obtain the app, e.g. "https://www.literatureandlatte.com/scrivener".

    name: string

    Name of the app. For example "Scrivener"