- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_invalid_platform_app_2.json
1 {
2   "name": "Platform Test",
3   "version": "1",
4   "app": {
5     "background": {
6       // Platform apps must have a background page or scripts
7     }
8   }
9 }