mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
Added history-deleter to examples.json
This commit is contained in:
@@ -203,6 +203,38 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "history-deleter",
|
||||
"description": "History API demo: deletes history items for a given domain",
|
||||
"url": "https://github.com/mdn/webextensions-examples/tree/master/history-deleter",
|
||||
"manifest_keys": [
|
||||
"permissions",
|
||||
"page_action",
|
||||
"background"
|
||||
],
|
||||
"javascript_modules": [
|
||||
{
|
||||
"name": "history",
|
||||
"apis": [
|
||||
"deleteUrl",
|
||||
"search"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "pageAction",
|
||||
"apis": [
|
||||
"show"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tabs",
|
||||
"apis": [
|
||||
"onUpdated",
|
||||
"query"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.",
|
||||
|
||||
Reference in New Issue
Block a user