Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / uncaught_exception_logging / manifest.json
blob785a5f69504f58c1136361895a0659577e5f81da
2   "manifest_version": 2,
3   "name": "Error logging test",
4   "version": "1.0",
5   "description": "Throws uncaught exception in chrome.tabs.query callback.",
6   "background": {
7     "scripts": [
8       "test.js"
9     ]
10   },
11   "permissions": [
12     "bookmarks",
13     "debugger",
14     "<all_urls>"
15   ]