- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_invalid_platform_app_3.json
1 {
2   "name": "Platform Test",
3   "manifest_version": 1,
4   "version": "1",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   }
10 }