- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / executescript / in_frame / manifest.json
1 {
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "executeScript and insertCSS test",
5   "description": "Test extension API: executeScript and insertCSS",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs", "http://a.com/"]
10 }