- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / launch_local_path_localized.json
1 {
2   "name": "test",
3   "version": "1",
4   "default_locale": "en",
5   "app": {
6     "launch": {
7       "local_path": "__MSG_local_launch_path__"
8     }
9   }
10 }