mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
Add proxy to examples.json
This commit is contained in:
@@ -257,6 +257,14 @@
|
||||
"name": "page-to-extension-messaging",
|
||||
"description": "Demonstrates how a web page and a content script can exchange messages. Visit https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html for the demo."
|
||||
},
|
||||
{
|
||||
"javascript_apis": [
|
||||
"proxy.registerProxyScript",
|
||||
"proxy.onProxyError"
|
||||
],
|
||||
"name": "proxy-blocker",
|
||||
"description": "Uses the proxy API to block requests to specific hosts."
|
||||
},
|
||||
{
|
||||
"javascript_apis": [
|
||||
"storage.local"
|
||||
|
||||
Reference in New Issue
Block a user