Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / desktop_capture_delegate / manifest.json
blob8fa5c7e9658170f3ac6cedfb3fdca75862e2b585
2   // Extension ID: knldjmfmopnpolahpmmgbagdohdnhkik
3   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ/A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
4   "version": "1.0.0.0",
5   "manifest_version": 2,
6   "name": "Desktop Capture API delegation test",
7   "description": "Test desktop capture API",
8   "background": {
9     "scripts": ["background.js"]
10   },
11   "permissions": [
12     "desktopCapture"
13   ],
14   "externally_connectable": {
15     "matches": ["*://*.example.com:*/*"]
16   }