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
android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
manifest_tests
/
command_app_global.json
blob
695668a2247ce92a079fcbe0e7972b97c2ecc413
1
{
2
"name": "Command test - App with Command that is global",
3
"manifest_version": 2,
4
"version": "1",
5
"app": {
6
"background": { "scripts": ["background.js"] }
7
},
8
"commands": {
9
"feature1": {
10
"suggested_key": "Ctrl+Shift+0",
11
"description": "desc",
12
"global": true
13
}
14
}
15
}