Add proxy to examples.json

This commit is contained in:
Will Bamberg
2017-05-29 14:59:56 -07:00
parent 4126904ecb
commit 149b555962

View File

@@ -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"