config.json 1.1 KB
Newer Older
C
chensi10 已提交
1 2
{
  "app": {
J
jiyong 已提交
3
    "bundleName": "com.ohos.launcher",
C
chensi10 已提交
4 5
    "vendor": "example",
    "version": {
Q
quxianfei 已提交
6
      "code": 1000000,
C
chensi10 已提交
7 8 9
      "name": "1.0"
    },
    "apiVersion": {
C
chensi10 已提交
10
      "compatible": 4,
C
chensi10 已提交
11 12 13 14 15 16
      "target": 5,
      "releaseType": "Beta1"
    }
  },
  "deviceConfig": {},
  "module": {
J
jiyong 已提交
17
    "package": "com.example.myapplication11",
C
chensi10 已提交
18 19 20 21 22 23
    "name": ".MyApplication",
    "deviceType": [
      "phone"
    ],
    "distro": {
      "deliveryWithInstall": true,
Z
zhaoyuan17 已提交
24 25 26
      "moduleName": "myapplication1",
      "moduleType": "feature",
      "installationFree": true
C
chensi10 已提交
27 28 29
    },
    "abilities": [
      {
J
jiyong 已提交
30
        "visible": true,
J
jiyong 已提交
31
        "name": "com.ohos.launcherSed11.MainAbility",
C
chensi10 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
        "icon": "$media:icon",
        "description": "$string:mainability_description",
        "label": "$string:app_name",
        "type": "page",
        "launchType": "standard"
      }
    ],
    "js": [
      {
        "pages": [
          "pages/index/index"
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
      }
    ]
  }
}