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
/
background_allow_no_js_access.json
blob
340b09034555df54e8feda7b239ed69d6a728048
1
{
2
"name": "test",
3
"version": "1",
4
"app": {
5
"urls": [
6
"https://www.google.com/mail/"
7
],
8
"launch": {
9
"web_url": "https://www.google.com/mail/"
10
}
11
},
12
"permissions": [
13
"background"
14
],
15
"background": {
16
"page": "https://www.google.com/mail/foo.html",
17
"allow_js_access": false
18
}
19
}