Remove JSON description for inpage toolbar example, as that example has been removed

This commit is contained in:
Will Bamberg
2016-08-30 16:36:08 -07:00
parent 09b62d3285
commit d2a3254a6f

View File

@@ -272,41 +272,6 @@
}
]
},
{
"name": "inpage-toolbar-ui",
"description": "Adds a browser action icon to the toolbar. Click the button to inject an in-page toolbar UI into the current webpage.",
"url": "https://github.com/mdn/webextensions-examples/tree/master/inpage-toolbar-ui",
"manifest_keys": [
"permissions",
"browser_action",
"content_scripts",
"web_accessible_resources",
"background"
],
"javascript_modules": [
{
"name": "runtime",
"apis": [
"getURL",
"onConnect",
"onMessage"
]
},
{
"name": "browserAction",
"apis": [
"onClicked"
]
},
{
"name": "tabs",
"apis": [
"sendMessage",
"query"
]
}
]
},
{
"name": "latest-download",
"description": "Shows the last downloaded item, and lets you open or delete it.",