Upstream version 8.37.183.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / launchScreen / manifest_deprecated_launch_screen.json
1 {
2   "name": "Example",
3   "version": "1.0.0",
4   "start_url": "http://www.intel.com",
5   "xwalk_description": "Launch screen test",
6   "icons": [],
7   "xwalk_permissions": [],
8   "launch_screen": {
9     "ready_when": "custom",
10     "default": {
11        "background_color": "#000000",
12        "background_image": "default_bg_1, default_bg_1_5 1.5x, default_bg_2 2x, default_bg_0_75 0.75x",
13        "image": "default_img_1, default_img_1_5 1.5x, default_img_2 2x, default_img_0_75 0.75x",
14        "image_border": "30px repeat stretch"
15     },
16     "portrait": {
17        "background_color": "#000001",
18        "background_image": "portrait_bg_1, portrait_bg_1_5 1.5x, portrait_bg_2 2x, portrait_bg_0_75 0.75x",
19        "image": "portrait_img_1, portrait_img_1_5 1.5x, portrait_img_2 2x, portrait_img_0_75 0.75x",
20        "image_border": "30px repeat stretch"
21     },
22     "landscape": {
23        "background_color": "#000002",
24        "background_image": "landscape_bg_1, landscape_bg_1_5 1.5x, landscape_bg_2 2x, landscape_bg_0_75 0.75x",
25        "image": "landscape_img_1, landscape_img_1_5 1.5x, landscape_img_2 2x, landscape_img_0_75 0.75x",
26        "image_border": "30px repeat stretch"
27     }
28   }
29 }