Legal Eyes uses Supabase magic link login. In order for the extension to receive the authentication token after login, we expose a callback page usingweb_accessible_resources
in our manifest. Because Supabase redirects directly to the extension URL,<all_urls>
is necessary to allow that redirect to complete. The extension does not inject content scripts or monitor browsing.
The extension only runs scripts when the user interacts via the popup or context menu. No passive injection, tracking, scraping, or surveillance occurs. All text transformations are triggered by explicit user actions.
Legal Eyes sends your selected text to OpenAI's GPT-4 API to convert it into formal legal language. None of this data is stored or reused. Your tokens and session state are securely managed using Supabase and stored locally in your browser.
Current version: v1.0.0