- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / stubs / manifest.json
1 {
2   "name": "Content Script Extension API Stubs Test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "background": {
6     "scripts": ["background.js"]
7   },
8   "content_scripts": [
9     {
10       "matches": ["http://*/*"],
11       "js":["content_script.js"]
12     }
13   ]
14 }