From 26fc5b4e76b7256ca7a551a1e2cb0de0eb0750ab Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 13 May 2024 00:48:36 +0530 Subject: [PATCH] feat: Enable Firefox support and update browser compatibility table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db7ef0b..a226cb4 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,10 @@ This will start a development server and watch for changes in the source files. | -------- | ------- | ----------------- | ------ | | Chrome | ✅ | ✅ | ✅ | | Brave | ✅ | ✅ | ✅ | +| Firefox | ✅ | ✅ | ✅ | | Edge | ✅ | ❌ | ✅ | | Opera GX | ❌ | ❌ | ✅ | | Arc | ❌ | ❌ | ✅ | -| Firefox | ❌ | ❌ | ❌ | ## Local AI Provider @@ -100,7 +100,7 @@ This will start a development server and watch for changes in the source files. ## Roadmap -- [ ] Firefox Support +- [X] Firefox Support - [ ] More Local AI Providers - [ ] More Features - [ ] More Customization Options