{ "app": { "bundleName": "com.example.third1", "vendor": "example", "version": { "code": 1, "name": "1.0" }, "apiVersion": { "compatible": 4, "target": 5, "releaseType": "Beta1" } }, "deviceConfig": {}, "module": { "package": "com.example.third1", "name": ".MyApplication", "deviceType": [ "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry" }, "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "name": "com.example.third1.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", "type": "page", "forms": [ { "colorMode": "light", "description": " JS1 Form", "supportDimensions": [ "1*2", "2*2", "2*4" ], "type": "JS", "jsComponentName": "JS_name1", "metaData": { "customizeData": [ { "name": "originWidgetName1", "value": "com.openharmony.weather.testWidget1" } ] }, "isDefault": true, "deepLink": "ability://com.example.myapplication.fa/.MainAbility", "defaultDimension": "1*2", "name": "Form_JS1", "scheduledUpateTime": "21:55", "updateEnabled": true, "updateDuration": 1 } ], "launchType": "standard", "visible": true, "metaData": { "parameters": [{ "name": "Data1", "type": "float", "description": "$string:mainability_description" }], "results": [{ "name": "Data1", "type": "float", "description": "$string:mainability_description" }], "customizeData": [{ "name": "Data1", "value": "float", "extra": "$string:mainability_description" }] } } ], "shortcuts": [ { "icon": "$media:icon", "shortcutId": "id.third1", "label": "$string:app_name", "intents": [ { "targetClass":"com.example.third1.MainAbility", "targetBundle":"com.example.third1" } ] } ], "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }