This change is to remove the 3 embedded web extension examples. The technology to support these examples was removed from Firefox in November 2017, with the release of Firefox 57.

This commit is contained in:
Richard Bloor
2019-03-21 12:22:23 +13:00
parent be2dfc686e
commit b0e8ec6993
62 changed files with 0 additions and 808 deletions

View File

@@ -150,35 +150,6 @@
],
"name": "dynamic-theme"
},
{
"description": "Demonstrates how to use an embedded WebExtension to port from a bootstrapped extension.",
"javascript_apis": [
"runtime.onMessage",
"runtime.sendMessage",
"storage.local"
],
"name": "embedded-webextension-bootstrapped"
},
{
"description": "Demonstrates how to use an embedded WebExtension to port from an overlay extension.",
"javascript_apis": [
"runtime.onMessage",
"runtime.sendMessage"
],
"name": "embedded-webextension-overlay"
},
{
"description": "Demonstrates how to use an embedded WebExtension to port from an SDK-based add-on.",
"javascript_apis": [
"notifications.create",
"runtime.connect",
"runtime.onConnect",
"runtime.onMessage",
"runtime.sendMessage",
"storage.local"
],
"name": "embedded-webextension-sdk"
},
{
"description": "Replaces words with emojis.",
"javascript_apis": [],