Skip to content

Add Firefox compatibility (120+) while preserving Chrome support#1

Open
AJV009 wants to merge 2 commits intomainfrom
claude/firefox-compatibility-yUDSy
Open

Add Firefox compatibility (120+) while preserving Chrome support#1
AJV009 wants to merge 2 commits intomainfrom
claude/firefox-compatibility-yUDSy

Conversation

@AJV009
Copy link
Owner

@AJV009 AJV009 commented Feb 13, 2026

Add browser_specific_settings.gecko to manifest.json with a stable
extension ID (required for Firefox's identity API / OAuth redirect URL).
Set strict_min_version to 120.0 since that's when Firefox added
service_worker support in MV3 background scripts.

No runtime code changes needed — Firefox's chrome.* compatibility layer
handles all API calls identically to Chrome.

https://claude.ai/code/session_016R69sqKtHqRxZ9u4R6uqVV

claude and others added 2 commits February 13, 2026 18:37
Add browser_specific_settings.gecko to manifest.json with a stable
extension ID (required for Firefox's identity API / OAuth redirect URL).
Set strict_min_version to 120.0 since that's when Firefox added
service_worker support in MV3 background scripts.

No runtime code changes needed — Firefox's chrome.* compatibility layer
handles all API calls identically to Chrome.

https://claude.ai/code/session_016R69sqKtHqRxZ9u4R6uqVV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants