- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / init_invalid_platform_app_5.json
1 {
2   "name": "Platform Test",
3   "version": "1",
4   "app": {
5     "background": {
6       "page": "background.html"
7     }
8   },
9   // "background.page" outside of "app"
10   "background": {
11     "page": "background.html"
12   }
13 }