• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "vendor": "example",
4    "bundleName": "com.example.multimediaaudiodemo",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "mainAbility": ".MainAbility",
13    "deviceType": [
14      "default",
15      "phone",
16      "tablet"
17    ],
18    "abilities": [
19      {
20        "skills": [
21          {
22            "entities": [
23              "entity.system.home"
24            ],
25            "actions": [
26              "action.system.home"
27            ]
28          }
29        ],
30        "orientation": "unspecified",
31        "visible": true,
32        "srcPath": "MainAbility",
33        "name": ".MainAbility",
34        "srcLanguage": "js",
35        "icon": "$media:icon",
36        "description": "$string:MainAbility_desc",
37        "formsEnabled": false,
38        "label": "$string:MainAbility_label",
39        "type": "page",
40        "launchType": "standard"
41      }
42    ],
43    "distro": {
44      "moduleType": "entry",
45      "installationFree": false,
46      "deliveryWithInstall": true,
47      "moduleName": "entry"
48    },
49    "package": "com.example.entry",
50    "srcPath": "",
51    "name": ".entry",
52    "js": [
53      {
54        "pages": [
55          "pages/index/index",
56          "pages/player/player",
57          "pages/native/native"
58        ],
59        "name": ".MainAbility",
60        "window": {
61          "designWidth": 720,
62          "autoDesignWidth": false
63        }
64      }
65    ]
66  }
67}