/*
 * Copyright (c) 2025 Huawei Device Co., Ltd.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// [Start app_json5]
// [Start app_json5_appEnvironments]
// [Start app_json5_multiAppMode]
// [Start app_json5_configuration]
{
  "app": {
    // [StartExclude app_json5_appEnvironments]
    // [StartExclude app_json5_multiAppMode]
    // [StartExclude app_json5_configuration]
    "bundleName": "com.application.myapplication",
    "vendor": "example",
    "versionCode": 1000000,
    "versionName": "1.0.0",
    "icon": "$media:layered_image",
    "label": "$string:app_name",
    "description": "$string:description_application",
    "minAPIVersion": 9,
    "targetAPIVersion": 9,
    "debug": false,
    "car": {
      "minAPIVersion": 8
    },
    // [EndExclude app_json5_appEnvironments]
    "appEnvironments": [
      {
        "name":"name1",
        "value": "value1"
      }
    ],
    // [StartExclude app_json5_appEnvironments]
    "maxChildProcess": 5,
    // [EndExclude app_json5_multiAppMode]
    "multiAppMode": {
      "multiAppModeType": "appClone",
      "maxCount": 5
    },
    // [StartExclude app_json5_multiAppMode]
    "hwasanEnabled": false,
    "ubsanEnabled": false,
    "cloudFileSyncEnabled": false,
    "cloudStructuredDataSyncEnabled": false,
    // [EndExclude app_json5_configuration]
    "configuration": "$profile:configuration",
    // [StartExclude app_json5_configuration]
    "assetAccessGroups": [
      "com.ohos.photos",
      "com.ohos.screenshot",
      "com.ohos.note"
    ],
    "startMode": "mainTask"
    // [EndExclude app_json5_configuration]
    // [EndExclude app_json5_appEnvironments]
    // [EndExclude app_json5_multiAppMode]
  }
}
// [End app_json5_configuration]
// [End app_json5_multiAppMode]
// [End app_json5_appEnvironments]
// [End app_json5]