Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / extensions / test / data / manifest_tests / shared_module_import_invalid_id.json
1 {
2   "name": "Import unit test",
3   "manifest_version": 2,
4   "version": "1.0",
5   "import": [
6     {
7       "id": "xyz"
8     }
9   ]
10 }