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
/
sandboxed_pages_invalid_5.json
blob
26b9596974c4bcdb17ba307340b58cf260ba64f3
1
{
2
"name": "test",
3
"version": "0.1",
4
"manifest_version": 2,
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
}
9
},
10
"sandbox": {
11
"pages": ["test"],
12
// Sandbox directive that allows top-level navigation in a platform app.
13
"content_security_policy": "sandbox allow-top-navigation"
14
}
15
}