Growthackr Chrome Extension - v1.0.0
    Preparing search index...

    Message to sync the theme between tabs

    interface SyncThemeMessage {
        action: SYNC_THEME;
        theme: "light" | "dark";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: SYNC_THEME

    The action to be performed

    theme: "light" | "dark"