• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.soundpoolxts",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    },
9    "apiVersion": {
10      "compatible": 6,
11      "target": 7,
12      "releaseType": "Beta1"
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.example.soundpoolxts",
18    "name": ".entry",
19    "mainAbility": ".MainAbility",
20    "deviceType": [
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": "ets",
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": "ets",
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    "js": [
68      {
69        "mode": {
70          "syntax": "ets",
71          "type": "pageAbility"
72        },
73        "pages": [
74          "pages/index"
75        ],
76        "name": ".MainAbility",
77        "window": {
78          "designWidth": 720,
79          "autoDesignWidth": false
80        }
81      },
82      {
83        "mode": {
84          "syntax": "ets",
85          "type": "pageAbility"
86        },
87        "pages": [
88          "pages/index"
89        ],
90        "name": ".TestAbility",
91        "window": {
92          "designWidth": 720,
93          "autoDesignWidth": false
94        }
95      }
96    ]
97  }
98}