Skip to content

Commit c09f7c1

Browse files
Use borderify name for borderify example extension (mdn#43805)
* Use borderify name for borderify example extension beastify@mozilla.org seems to be a copy-paste from the second extension at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_second_WebExtension * Manifest version corrected --------- Co-authored-by: rebloor <git@sherpa.co.nz>
1 parent 0f96a04 commit c09f7c1

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/mozilla/add-ons/webextensions/your_first_webextension

1 file changed

+2
-2
lines changed

files/en-us/mozilla/add-ons/webextensions/your_first_webextension/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using a suitable [text editor](/en-US/docs/Learn_web_development/Howto/Tools_and
2828

2929
```json
3030
{
31-
"manifest_version": 2,
31+
"manifest_version": 3,
3232
"name": "Borderify",
3333
"version": "1.0",
3434

@@ -40,7 +40,7 @@ Using a suitable [text editor](/en-US/docs/Learn_web_development/Howto/Tools_and
4040

4141
"browser_specific_settings": {
4242
"gecko": {
43-
"id": "beastify@mozilla.org",
43+
"id": "borderify@mozilla.org",
4444
"data_collection_permissions": {
4545
"required": ["none"]
4646
}

0 commit comments

Comments
 (0)