- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_platform_app_csp_insecure.json
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' http://www.google.com"
10   },
11   // Base 64 encoding of "whitelist me", so that we can have a stable ID.
12   "key": "d2hpdGVsaXN0IG1l"
13 }