- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / content_script_match_pattern_not_string.json
1 {
2   "name": "test",
3   "version": "1",
4   "content_scripts": [
5     {
6       "matches": [12345]
7     }
8   ]
9 }