- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / browsertest / last_error / manifest.json
1 {
2   "name": "lastError",
3   "description": "Used by browsertest to test the setting of lastError for callbacks.",
4   "version": "0.1",
5   "manifest_version": 2,
6   "background": {
7     "page": "bg.html"
8   },
9   "permissions": ["tabs"]
10 }