summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/nativeMessaging/host/com.google.chrome.example.echo-win.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/api/nativeMessaging/host/com.google.chrome.example.echo-win.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/api/nativeMessaging/host/com.google.chrome.example.echo-win.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/api/nativeMessaging/host/com.google.chrome.example.echo-win.json b/chromium/chrome/common/extensions/docs/examples/api/nativeMessaging/host/com.google.chrome.example.echo-win.json
deleted file mode 100644
index 84e544847dd..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/api/nativeMessaging/host/com.google.chrome.example.echo-win.json
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-{
- "name": "com.google.chrome.example.echo",
- "description": "Chrome Native Messaging API Example Host",
- "path": "native-messaging-example-host.bat",
- "type": "stdio",
- "allowed_origins": [
- "chrome-extension://knldjmfmopnpolahpmmgbagdohdnhkik/"
- ]
-}