- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / runtime / content_script / manifest.json
1 {
2   "name": "API test for the runtime API in content scripts",
3   "version": "1",
4   "manifest_version": 2,
5   "content_scripts": [
6     {
7       "matches": ["*://*/webpage.html"],
8       "js": ["content_script.js"]
9     }
10   ]
11 }