diff --git a/entrypoints/popup/Popup.tsx b/entrypoints/popup/Popup.tsx index b763503..ea19a65 100644 --- a/entrypoints/popup/Popup.tsx +++ b/entrypoints/popup/Popup.tsx @@ -238,7 +238,7 @@ function Popup() { setError(''); const response = await safeSendMessage({ - type: 'lexai-action', + type: 'ANALYZE_TEXT', action, text, }); diff --git a/lexai-chrome-mv3.zip b/lexai-chrome-mv3.zip index 6238a7b..7777ead 100644 Binary files a/lexai-chrome-mv3.zip and b/lexai-chrome-mv3.zip differ