Types Reference
Actions
Section titled “Actions”Properties:
chatgpt(boolean): Enable or disable the ChatGPT action. Default:trueclaude(boolean): Enable or disable the Claude action. Default:truet3chat(boolean): Enable or disable the T3 Chat action. Default:falsev0(boolean): Enable or disable the v0 action. Default:falsecursor(boolean): Enable or disable the Cursor action. Default:falseperplexity(boolean): Enable or disable the Perplexity action. Default:falsegithubCopilot(boolean): Enable or disable the GitHub Copilot action. Default:falsemarkdown(boolean): Enable or disable the Markdown view action. Default:truecustom(Record<string, CustomAction>): Define custom actions with unique keys
CustomAction
Section titled “CustomAction”Properties:
label(string, required): The text displayed for the action buttonhref(string, required): The URL to open when the action is clicked
LocaleActions
Section titled “LocaleActions”Properties:
custom(Record<string, Partial<CustomAction>>): Locale-specific overrides for custom actions. Each key must match a custom action defined in the top-levelactions.customconfiguration.
LocaleConfig
Section titled “LocaleConfig”Properties:
prompt(string): Locale-specific prompt used when opening the current page in AI toolsactions(LocaleActions): Locale-specific custom action overrides