From 119ee4cb6c6f3bc733db5f3c4b9a506855dca3f3 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Mon, 17 Jul 2017 15:30:48 -0700 Subject: [PATCH] webextension -> extension (#250) naming convention update. --- examples.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples.json b/examples.json index d579583..8783d67 100644 --- a/examples.json +++ b/examples.json @@ -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": [ @@ -247,7 +247,7 @@ "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": [ @@ -255,7 +255,7 @@ "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": [ @@ -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": [