• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.resourceschedule.taskmgr.js.function",
4        "vendor": "example",
5        "version": {
6            "code": 1,
7            "name": "1.0"
8        },
9        "apiVersion": {
10            "compatible": 4,
11            "target": 5
12        }
13    },
14    "deviceConfig": {},
15    "module": {
16        "package": "ohos.acts.resourceschedule.taskmgr.js.function",
17        "name": ".entry",
18        "deviceType": [
19            "tablet",
20            "default",
21            "phone"
22        ],
23        "distro": {
24            "deliveryWithInstall": true,
25            "moduleName": "entry",
26            "moduleType": "entry",
27            "installationFree": false
28        },
29        "abilities": [
30            {
31                "skills": [
32                    {
33                        "entities": [
34                            "entity.system.home"
35                        ],
36                        "actions": [
37                            "action.system.home"
38                        ]
39                    }
40                ],
41                "orientation": "unspecified",
42                "formsEnabled": false,
43                "name": ".MainAbility",
44                "srcLanguage": "js",
45                "srcPath": "MainAbility",
46                "icon": "$media:icon",
47                "description": "$string:MainAbility_desc",
48                "label": "$string:MainAbility_label",
49                "type": "page",
50                "visible": true,
51                "launchType": "standard"
52            },
53            {
54                "orientation": "unspecified",
55                "formsEnabled": false,
56                "name": ".TestAbility",
57                "srcLanguage": "js",
58                "srcPath": "TestAbility",
59                "icon": "$media:icon",
60                "description": "$string:TestAbility_desc",
61                "label": "$string:TestAbility_label",
62                "type": "page",
63                "visible": true,
64                "launchType": "standard"
65            },
66            {
67                "backgroundModes": [
68                    "location"
69                ],
70                "visible": true,
71                "srcPath": "ServiceAbility",
72                "name": ".ServiceAbility",
73                "icon": "$media:icon",
74                "srcLanguage": "js",
75                "description": "$string:description_serviceability",
76                "type": "service"
77            }
78        ],
79        "js": [
80            {
81                "pages": [
82                    "pages/index/index"
83                ],
84                "name": "default",
85                "window": {
86                    "designWidth": 720,
87                    "autoDesignWidth": false
88                }
89            },
90            {
91                "pages": [
92                    "pages/index/index"
93                ],
94                "name": ".TestAbility",
95                "window": {
96                    "designWidth": 720,
97                    "autoDesignWidth": false
98                }
99            }
100        ],
101        "reqPermissions": [
102            {
103                "name": "ohos.permission.KEEP_BACKGROUND_RUNNING"
104            }
105        ],
106        "testRunner": {
107            "name": "OpenHarmonyTestRunner",
108            "srcPath": "TestRunner"
109        },
110        "mainAbility": ".MainAbility",
111        "srcPath": ""
112    }
113}