| Index: chrome/test/data/extensions/api_test/networking_cast_private/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/networking_cast_private/manifest.json b/chrome/test/data/extensions/api_test/networking_cast_private/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..965e147f557d6172a499593ad7026cdef58ac8dd
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/networking_cast_private/manifest.json
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
|
| + "name": "networking cast extension API interface test",
|
| + "version": "0.1",
|
| + "manifest_version": 2,
|
| + "description": "Test of chrome.networking.castPrivate methods",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["test.js"]
|
| + }
|
| + },
|
| + "permissions": [
|
| + "networking.castPrivate"
|
| + ]
|
| +}
|
|
|