Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Unified Diff: chrome/common/extensions/docs/examples/extensions/native_messaging/manifest.json

Issue 10818013: Native Messaging! (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added Example Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/extensions/native_messaging/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/native_messaging/manifest.json b/chrome/common/extensions/docs/examples/extensions/native_messaging/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..cbc9630a29c038e4abfe606f989fc6126e9be4b9
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/extensions/native_messaging/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Echo Native Message",
+ "version": "1.0",
+ "manifest_version": 2,
+ "description": "Send a message to a native application.",
+ "icons": {
+ "128": "icon-128.png"
+ },
+ "browser_action": {
+ "default_icon": "icon-19.png",
+ "default_popup": "popup.html"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698