- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_invalid_platform_app_1.json
1 {
2   "name": "Platform Test",
3   "version": "1",
4   "app": {
5     "background": {
6       "scripts": ["background.js"]
7     },
8     "launch": {
9       // Launch section is not allowed for platform apps.
10     }
11   }
12 }