| Index: chrome/test/data/extensions/api_test/media_perception_private/diagnostics/manifest.json
 | 
| diff --git a/chrome/test/data/extensions/api_test/media_perception_private/diagnostics/manifest.json b/chrome/test/data/extensions/api_test/media_perception_private/diagnostics/manifest.json
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..77e8fb723cb00e3cd22286f3e896c60d54eda9c3
 | 
| --- /dev/null
 | 
| +++ b/chrome/test/data/extensions/api_test/media_perception_private/diagnostics/manifest.json
 | 
| @@ -0,0 +1,14 @@
 | 
| +// Copyright 2017 The Chromium Authors. All rights reserved.
 | 
| +// Use of this source code is governed by a BSD-style license that can be
 | 
| +// found in the LICENSE file.
 | 
| +{
 | 
| +  "manifest_version": 2,
 | 
| +  "name": "Test mediaPerceptionPrivate API's getDiagnostics function.",
 | 
| +  "version": "1.0",
 | 
| +  "app": {
 | 
| +    "background": {
 | 
| +      "scripts": ["runtest.js"]
 | 
| +    }
 | 
| +  },
 | 
| +  "permissions": ["mediaPerceptionPrivate"]
 | 
| +}
 | 
| 
 |