- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / content_security_policy / manifest.json
1 {
2   "name": "content security policy tests",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Sanity check that content_security_policy works for extensions. The majority of this is implemented (and tested) in WebKit, but we have a sanity test here just to make sure the integration with Chromium keeps working.",
6   "background": {
7     "page": "test.html"
8   },
9   "content_security_policy": "script-src 'self'; object-src 'none'"
10 }