Skip to content

Commit fb48d81

Browse files
committed
fix: use valid extension name 'claude-for-chrome'
1 parent 1c90d53 commit fb48d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/claude/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func LoadIntoBrowser(ctx context.Context, opts LoadIntoBrowserOptions) error {
8484
if err := opts.Client.Browsers.LoadExtensions(ctx, opts.BrowserID, kernel.BrowserLoadExtensionsParams{
8585
Extensions: []kernel.BrowserLoadExtensionsParamsExtension{
8686
{
87-
Name: ExtensionName,
87+
Name: "claude-for-chrome",
8888
ZipFile: extZipFile,
8989
},
9090
},

0 commit comments

Comments
 (0)