Skip to content

Commit a301413

Browse files
authored
Update: removal of firefox extension (#351)
1 parent d5bf58c commit a301413

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: docs/getting-started/browser-extension-installation.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ The daily.dev browser extension is a powerful tool to enhance your daily.dev exp
1111
You can install the daily.dev extension on the following browsers:
1212

1313
- [Google Chrome](https://chrome.google.com/webstore/detail/dailydev-the-homepage-dev/jlmpjdjjbgclbocgajdjefcidcncaied?hl=en)
14-
- [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/daily/)
1514
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/dailydev-the-homepage-/cbdhgldgiancdheindpekpcbkccpjaeb?hl=en-GB)
1615

16+
:::info
17+
Wait, but what about Firefox? We’ve had to temporarily removed the Firefox extension from the store due to the Mozilla review team’s decision to enforce new terms. These terms include changes that are partially non-feasible and not reasonable for any app developer to implement, affecting our ability to operate and monetize the app. As a result, Mozilla reverted our extension to an outdated version, making it unusable. We are actively working to find a resolution and appreciate your understanding and patience.
18+
:::
19+
1720
Just install the extension, open a new tab, and you're all set!
1821

19-
## Using Safari, Brave, Opera, Vivaldi, or another browser?
22+
## Using Safari, Firefox, Brave, Opera, Vivaldi, or another browser?
2023

2124
You can try out our [progressive web app](/getting-started/pwa.md), which has all the core functionality you need!
2225

Diff for: docusaurus.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ const config = {
108108
label: 'Chrome extension',
109109
to: 'https://chrome.google.com/webstore/detail/dailydev-the-homepage-dev/jlmpjdjjbgclbocgajdjefcidcncaied',
110110
},
111-
{
112-
label: 'Firefox add-on',
113-
to: 'https://addons.mozilla.org/en-US/firefox/addon/daily/',
114-
},
115111
{
116112
label: 'Web version',
117113
to: 'https://app.daily.dev/',

0 commit comments

Comments
 (0)