- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / content_scripts / existing_renderers / manifest.json
1 {
2   "name": "Existing Renderers",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests that styles specified by content scripts are injected and applied into existing renderers.",
6   "content_scripts": [ {
7     "css": [ "content_styles.css" ],
8     "matches": [ "<all_urls>" ]
9   }]
10 }