| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "content security policy tests", | 2 "name": "content security policy tests", |
| 3 "version": "0.1", | 3 "version": "0.1", |
| 4 "manifest_version": 2, |
| 4 "description": "Sanity check that content_security_policy works for extensions
. The majority of this is implemented (and tested) in WebKit, but we have a sani
ty test here just to make sure the integration with Chromium keeps working.", | 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 sani
ty test here just to make sure the integration with Chromium keeps working.", |
| 5 "background_page": "test.html", | 6 "background_page": "test.html", |
| 6 "content_security_policy": "script-src 'self'" | 7 "content_security_policy": "script-src 'self'" |
| 7 } | 8 } |
| OLD | NEW |