• 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.audio.audiointerrupt",
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.audio.audiointerrupt.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            "2in1"
50        ],
51        "mainAbility": "ohos.acts.multimedia.audio.audiointerrupt.MainAbility",
52        "distro": {
53            "moduleType": "entry",
54            "installationFree": false,
55            "deliveryWithInstall": true,
56            "moduleName": "entry"
57        },
58        "package": "ohos.acts.multimedia.audio.audiointerrupt",
59        "name": ".MyApplication",
60        "js": [
61            {
62                "pages": [
63                    "pages/index/index"
64                ],
65                "name": "default",
66                "window": {
67                    "designWidth": 720,
68                    "autoDesignWidth": true
69                }
70            }
71        ]
72    }
73}