- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_invalid_files_js_empty_css_missing.json
1 {
2    "name": "my extension",
3    "version": "1.0.0.0",
4    "content_scripts": [ {
5       "js": [  ],
6       "matches": [ "file://*", "http://*.google.com/*", "https://*.google.com/*" ]
7    } ]
8 }