- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / executescript / run_at / manifest.json
1 {
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "run_at test",
5   "description": "Test the run_at property of executeScript and insertCSS",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "permissions": ["tabs", "http://b.com/"]
10 }