1{ 2 "app": { 3 "bundleName": "com.example.defpermission", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5, 12 "releaseType": "Beta1" 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.example.defpermission", 18 "name": ".MyApplication", 19 "defPermissions": [ 20 { 21 "name": "com.example.permission", 22 "grantMode": "system_grant", 23 "availableScope": [] 24 }, 25 { 26 "name": "com.example.permission.user", 27 "grantMode": "user_grant", 28 "availableScope": [] 29 } 30 ], 31 "deviceType": [ 32 "default", 33 "tablet" 34 ], 35 "distro": { 36 "deliveryWithInstall": true, 37 "moduleName": "entry", 38 "moduleType": "entry" 39 }, 40 "abilities": [ 41 { 42 "skills": [ 43 { 44 "entities": [ 45 "entity.system.home" 46 ], 47 "actions": [ 48 "action.system.home" 49 ] 50 } 51 ], 52 "name": "com.example.defpermission.MainAbility", 53 "icon": "$media:icon", 54 "description": "$string:mainability_description", 55 "label": "$string:app_name", 56 "type": "page", 57 "launchType": "standard" 58 } 59 ], 60 "js": [ 61 { 62 "pages": [ 63 "pages/index/index" 64 ], 65 "name": "default", 66 "window": { 67 "designWidth": 720, 68 "autoDesignWidth": false 69 } 70 } 71 ] 72 } 73}