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
DevTools: kill codeschool extension from whitelist
[chromium-blink-merge.git]
/
extensions
/
test
/
data
/
web_view
/
accept_touch_events
/
manifest.json
blob
79c79dffb6221d9f0d2090adab7dc3e2044d775e
1
{
2
"name": "<webview> touch handler registration test.",
3
"version": "1",
4
"permissions": [
5
"webview"
6
],
7
"app": {
8
"background": {
9
"scripts": ["test.js"]
10
}
11
},
12
"webview": {
13
"partitions": [
14
{
15
"name": "partition1",
16
"accessible_resources": [
17
"guest.js",
18
"guest.html"
19
]
20
}
21
]
22
}
23
}