- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / error_console / manifest_warnings / manifest.json
1 {
2   "name": "Error Console Manifest Warnings Test",
3   "manifest_version": 2,
4   "version": "1.1",
5   "not_a_real_key": "not_a_real_value",
6   "permissions": [
7     "tabs", "not_a_real_permission"
8   ]
9 }