• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "apiVersion": {
4            "compatible": 6,
5            "releaseType": "Beta1",
6            "target": 7
7        },
8        "vendor": "acts",
9        "bundleName": "ohos.acts.multimedia.http.httpplayer",
10        "version": {
11            "code": 1000000,
12            "name": "1.0.0"
13        }
14    },
15    "deviceConfig": {
16        "default": {
17            "debug": true
18        }
19    },
20    "module": {
21        "abilities": [
22            {
23                "iconId": 16777218,
24                "skills": [
25                    {
26                        "entities": [
27                            "entity.system.home"
28                        ],
29                        "actions": [
30                            "action.system.home"
31                        ]
32                    }
33                ],
34                "descriptionId": 16777217,
35                "visible": true,
36                "labelId": 16777216,
37                "icon": "$media:icon",
38                "name": "ohos.acts.multimedia.http.httpplayer.MainAbility",
39                "description": "$string:mainability_description",
40                "label": "$string:entry_MainAbility",
41                "type": "page",
42                "homeAbility": true,
43                "launchType": "standard"
44            }
45        ],
46        "deviceType": [
47            "tablet",
48            "default",
49            "phone",
50            "tablet",
51            "tv",
52            "wearable",
53            "2in1"
54        ],
55        "mainAbility": "ohos.acts.multimedia.http.httpplayer.MainAbility",
56        "distro": {
57            "moduleType": "entry",
58            "installationFree": false,
59            "deliveryWithInstall": true,
60            "moduleName": "entry"
61        },
62        "package": "ohos.acts.multimedia.http.httpplayer",
63        "name": ".MyApplication",
64        "js": [
65            {
66                "pages": [
67                    "pages/index/index",
68                    "pages/surfaceTest/surfaceTest"
69                ],
70                "name": "default",
71                "window": {
72                    "designWidth": 720,
73                    "autoDesignWidth": true
74                }
75            }
76        ]
77    }
78}