0e87bed5创建于 2025年5月29日历史提交
{
  "app": {
    "bundleName": "ohos.acts.startup.js.function",
    "vendor": "acts",
    "version": {
      "code": 1000000,
      "name": "1.0.0"
    }
  },
  "deviceConfig": {},
  "module": {
    "package": "ohos.acts.startup.js.function",
    "name": ".entry",
    "mainAbility": ".MainAbility",
    "deviceType": [],
    "distro": {
      "deliveryWithInstall": true,
      "moduleName": "entry",
      "moduleType": "entry",
      "installationFree": false
    },
    "reqPermissions": [
      {
          "name": "ohos.permission.sec.ACCESS_UDID",
          "reason": "need use ohos.permission.sec.ACCESS_UDID",
          "usedScene": {
              "ability": [
                  "FormAbility"
              ],
              "when": "inuse"
          }
      },
      {
        "name": "ohos.permission.ACCESS_DISK_PHY_INFO",
        "reason": "need use ohos.permission.ACCESS_DISK_PHY_INFO",
        "usedScene": {
            "ability": [
                "FormAbility"
            ],
            "when": "inuse"
        }
      }
    ],
    "abilities": [
      {
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ],
        "orientation": "unspecified",
        "formsEnabled": false,
        "name": ".MainAbility",
        "srcLanguage": "js",
        "srcPath": "MainAbility",
        "icon": "$media:icon",
        "description": "$string:MainAbility_desc",
        "label": "$string:MainAbility_label",
        "type": "page",
        "visible": true,
        "launchType": "standard"
      }
    ],
    "js": [
      {
        "pages": [
          "pages/index/index"
        ],
        "name": ".MainAbility",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
      }
    ]
  }
}