• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "com.huawei.launcher",
4        "vendor": "huawei",
5        "version": {
6            "code": 1,
7            "name": "1.0"
8        },
9        "apiVersion": {
10            "compatible": 3,
11            "target": 4
12        }
13    },
14    "deviceConfig": {
15        "default": {
16            "keepAlive": true
17        },
18        "smartCamera": {
19            "keepAlive": true
20        }
21    },
22    "module": {
23        "package": "com.huawei.launcher",
24        "name": ".MyHarmonyAbilityPackage",
25        "deviceType": [
26            "phone", "tv","tablet","car","smartWatch","sportsWatch","smartVision"
27        ],
28        "distro": {
29            "deliveryWithInstall": true,
30            "moduleName": "launcher",
31            "moduleType": "entry"
32        },
33        "abilities": [{
34            "name": "MainAbility",
35            "icon": "assets/launcher/resources/base/media/background.png",
36            "label": "launcher",
37            "launchType": "standard",
38            "type": "page",
39            "visible":true
40        }
41        ]
42    }
43}
44