- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_platform_app_csp_warning_2.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' https://www.google.com"
10   }
11 }