android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / init_platform_app_csp.json
blobcb86037fe3b26140596de77f483ed02cad41d5a8
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"