Skip to content

Commit

Permalink
Remove more occurrences of extensiontest.com (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jun 27, 2024
1 parent a3e156b commit 456dbc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/content/documentation/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ If you develop Android apps, when you want to include a browser experience in yo

The Firefox extension environment is highly compatible with chromium-based extension technology. Your extension might already be capable of running on Firefox, or need only a few changes.

[Test your extension’s compatibility](https://www.extensiontest.com/) and check out our [porting guide](/documentation/develop/porting-a-google-chrome-extension/) to get started.
Check out our [porting guide](/documentation/develop/porting-a-google-chrome-extension/) to get started.

{% endcapture %}
{% include modules/two-column.liquid,
Expand Down
4 changes: 0 additions & 4 deletions src/data/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@
{
"category": "Port Your Extension",
"pages": [
{
"title": "Extension compatibility test",
"url": "https://www.extensiontest.com/"
},
{
"title": "Porting a Google Chrome Extension",
"url": "/documentation/develop/porting-a-google-chrome-extension/"
Expand Down
4 changes: 1 addition & 3 deletions src/includes/home/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ Firefox is at the forefront of cross-browser compatibility. Firefox add-ons are

### Your extension might already be compatible!

See if your extension works in Firefox. Simply upload your `.crx` file.

[Test your extension](https://www.extensiontest.com/)
See if your extension works in Firefox. Simply upload your `.crx` file to the [Developer Hub](https://addons.mozilla.org/developers/addon/validate).

</div>
</div>
Expand Down

0 comments on commit 456dbc4

Please sign in to comment.