Skip to content

Commit

Permalink
webextension -> extension (mdn#250)
Browse files Browse the repository at this point in the history
naming convention update.
  • Loading branch information
andrewtruongmoz authored and wbamberg committed Jul 17, 2017
1 parent 6dd128a commit 119ee4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
{
"javascript_apis": [],
"name": "eslint-example",
"description": "Demonstrates how to configure a WebExtension with eslint."
"description": "Demonstrates how to configure an extension with eslint."
},
{
"javascript_apis": [
Expand Down Expand Up @@ -247,15 +247,15 @@
"runtime.sendMessage"
],
"name": "mocha-client-tests",
"description": "This example shows two methods of testing a WebExtension: running tests from within the add-on, and running tests from the command line using Karma"
"description": "This example shows two methods of testing an extension: running tests from within the extension, and running tests from the command line using Karma"
},
{
"javascript_apis": [
"browserAction.onClicked",
"runtime.connectNative"
],
"name": "native-messaging",
"description": "Example of native messaging, including a Python application and a WebExtension which exchanges messages with it."
"description": "Example of native messaging, including a Python application and an extension which exchanges messages with it."
},
{
"javascript_apis": [
Expand Down Expand Up @@ -387,7 +387,7 @@
"runtime.sendMessage"
],
"name": "webpack-modules",
"description": "Demonstrates how to use webpack to package npm modules in a WebExtension."
"description": "Demonstrates how to use webpack to package npm modules in an extension."
},
{
"javascript_apis": [
Expand Down

0 comments on commit 119ee4c

Please sign in to comment.