1{
2    "app": {
3        "bundleName": "com.example.l3jsdemo",
4        "vendor": "example",
5        "apiVersion": {
6            "compatible": 4,
7            "target": 4,
8            "releaseType": "Beta1"
9        },
10        "version": {
11            "code": 1,
12            "name": "1.0"
13        }
14    },
15    "deviceConfig": {
16        "default": {
17            "debug": true
18        }
19    },
20    "module": {
21        "name": ".MyApplication",
22        "deviceType": [
23            "2in1",
24            "tablet",
25            "default",
26            "phone"
27        ],
28        "distro": {
29            "deliveryWithInstall": true,
30            "moduleName": "entry",
31            "moduleType": "entry"
32        },
33        "abilities": [
34            {
35                "name": "com.example.l3jsdemo.MainAbility",
36                "description": "$string:mainability_description",
37                "icon": "$media:icon",
38                "label": "L3JSDEMO",
39                "type": "page",
40                "launchType": "standard",
41                "skills": [
42                    {
43                        "actions": [
44                            "action.system.home"
45                        ],
46                        "entities": [
47                            "entity.system.home"
48                        ]
49                    }
50                ],
51                "iconId": 16777218,
52                "descriptionId": 16777217
53            }
54        ],
55        "js": [
56            {
57                "name": "default",
58                "pages": [
59                    "pages/index/index"
60                ],
61                "window": {
62                    "designWidth": 720,
63                    "autoDesignWidth": false
64                }
65            }
66        ],
67        "package": "com.example.l3jsdemo"
68    }
69}