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
/
init_platform_app_csp.json
blob
cb86037fe3b26140596de77f483ed02cad41d5a8
1
{
2
"name": "Platform App",
3
"version": "1",
4
"manifest_version": 2,
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
},
9
"content_security_policy": "default-src 'self' https://www.google.com"
10
},
11
// Base 64 encoding of "whitelist me", so that we can have a stable ID.
12
"key": "d2hpdGVsaXN0IG1l"
13
}