- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / i18n / localizedHostedApp / manifest.json
1 {
2   "name": "__MSG_application_title__",
3   "description": "__MSG_application_description__",
4   "version": "0.2",
5   "default_locale": "en",
6   "app": {
7     "launch": {
8       "web_url": "http://example.com/"
9     }
10   },
11   "icons": {
12     "128": "icon128.png"
13   },
14   "manifest_version": 2
15 }