Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/uncaught_exception_logging/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/uncaught_exception_logging/manifest.json b/chrome/test/data/extensions/api_test/uncaught_exception_logging/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..785a5f69504f58c1136361895a0659577e5f81da |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/uncaught_exception_logging/manifest.json |
| @@ -0,0 +1,16 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "Error logging test", |
| + "version": "1.0", |
| + "description": "Throws uncaught exception in chrome.tabs.query callback.", |
| + "background": { |
| + "scripts": [ |
| + "test.js" |
| + ] |
| + }, |
| + "permissions": [ |
| + "bookmarks", |
| + "debugger", |
| + "<all_urls>" |
| + ] |
| +} |