AppleSauce
    Preparing search index...

    Type Alias NostrConnectAppMetadata

    App metadata for a nostrconnect:// URI

    type NostrConnectAppMetadata = {
        image?: string;
        name?: string;
        permissions?: string[];
        url?: string | URL;
    }
    Index

    Properties

    image?: string

    An image for the client

    name?: string

    The name of the client

    permissions?: string[]

    The permissions the client has

    url?: string | URL

    The url of the client