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
/
webview_accessible_resources_1.json
blob
f1ded650b9a5a3fc1339f586e8294886d2d246ab
1
{
2
"name": "test",
3
"version": "2",
4
"manifest_version": 2,
5
"permissions": [
6
"webview"
7
],
8
"app": {
9
"background": {
10
"scripts": ["test.js"]
11
}
12
},
13
"webview": {
14
"partitions": [
15
{
16
"name": "foo*",
17
"accessible_resources": ["a.html", "b.html"]
18
},
19
{
20
"name": "*bar",
21
"accessible_resources": ["a.html", "c.html"]
22
}
23
]
24
}
25
}