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

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

Properties

bundleIdentifiers?: string[]

List of possible bundle identifiers of this app.

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"