| Index: chrome/test/data/extensions/api_test/media_remoting/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/media_remoting/manifest.json b/chrome/test/data/extensions/api_test/media_remoting/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f62fd718f7bf46eb4f99d4f3cd09d16b2a36ecb2
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/media_remoting/manifest.json
|
| @@ -0,0 +1,19 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8xv6iO+j4kzj1HiBL93+XVJH/CRyAQMUHS/Z0l8nCAzaAFkW/JsNwxJqQhrZspnxLqbQxNncXs6g6bsXAwKHiEs+LSs+bIv0Gc/2ycZdhXJ8GhEsSMakog5dpQd1681c2gLK/8CrAoewE/0GIKhaFcp7a2iZlGh4Am6fgMKy0iQIDAQAB",
|
| + "name": "chrome.mediaRemoting",
|
| + "version": "0.1",
|
| + "manifest_version": 2,
|
| + "description": "Media Remoting Browser Test Extension",
|
| + "incognito": "split",
|
| + "permissions": [
|
| + "tabs",
|
| + "mediaRouterPrivate"
|
| + ],
|
| +
|
| + "background": {
|
| + "scripts": [
|
| + "background.js"
|
| + ],
|
| + "persistent": true
|
| + }
|
| +}
|
|
|