- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / nativeMessaging / app / manifest.json
1 {
2   // Extension ID: knldjmfmopnpolahpmmgbagdohdnhkik
3   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ/A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
4   "name": "Native Messaging Example",
5   "version": "1.0",
6   "manifest_version": 2,
7   "description": "Send a message to a native application.",
8   "app": {
9     "launch": {
10       "local_path": "main.html"
11     }
12   },
13   "icons": {
14     "128": "icon-128.png"
15   },
16   "permissions": [
17     "nativeMessaging"
18   ]
19 }