- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / ports_in_content_scripts.json
1 {
2   "name": "test",
3   "version": "1",
4   "content_scripts": [
5     {
6       "matches": ["http://*.no.port.okay/path/*"],
7       "js": ["javascript.js"]
8     },
9     {
10       "matches": ["http://*.has.port.error:12345/path/*"],
11       "js": ["javascript.js"]
12     }
13   ]
14 }