Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / launchScreen / manifest.json
1 {
2   "name": "Example",
3   "version": "1.0.0",
4   "app": {
5     "launch": {
6       "local_path": "../entry/index.html"
7     }
8   },
9   "description": "Launch screen test",
10   "icons": {
11   },
12   "permissions": [],
13   "required_version": "3.31.31.0",
14   "plugin": [],
15   "launch_screen": {
16     "ready_when": "custom",
17     "default": {
18        "background_color": "#000000",
19        "background_image": "default_bg_1, default_bg_1_5 1.5x, default_bg_2 2x, default_bg_0_75 0.75x",
20        "image": "default_img_1, default_img_1_5 1.5x, default_img_2 2x, default_img_0_75 0.75x",
21        "image_border": "30px repeat stretch"
22     }, 
23     "portrait": {
24        "background_color": "#000001",
25        "background_image": "portrait_bg_1, portrait_bg_1_5 1.5x, portrait_bg_2 2x, portrait_bg_0_75 0.75x",
26        "image": "portrait_img_1, portrait_img_1_5 1.5x, portrait_img_2 2x, portrait_img_0_75 0.75x",
27        "image_border": "30px repeat stretch"
28     }, 
29     "landscape": {
30        "background_color": "#000002",
31        "background_image": "landscape_bg_1, landscape_bg_1_5 1.5x, landscape_bg_2 2x, landscape_bg_0_75 0.75x",
32        "image": "landscape_img_1, landscape_img_1_5 1.5x, landscape_img_2 2x, landscape_img_0_75 0.75x",
33        "image_border": "30px repeat stretch"
34     }
35   }
36 }