mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
Remove JSON description for inpage toolbar example, as that example has been removed
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user