repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
uncaught_exception_logging
/
manifest.json
blob
785a5f69504f58c1136361895a0659577e5f81da
1
{
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
]
16
}