{
"module": {
"name": "VibratorJsSamplesDemo",
"type": "feature",
"description": "$string:module_desc",
"mainElement": "VibratorJsSamplesDemoAbility",
"deviceTypes": [
"default"
],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:main_pages",
"abilities": [
{
"name": "VibratorJsSamplesDemoAbility",
"srcEntry": "./ets/vibratorjssamplesdemoability/VibratorJsSamplesDemoAbility.ets",
"description": "$string:VibratorJsSamplesDemoAbility_desc",
"icon": "$media:layered_image",
"label": "$string:VibratorJsSamplesDemoAbility_label",
"startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"ohos.want.action.home"
]
}
]
}
],
"requestPermissions": [
{
"name": "ohos.permission.INTERNET",
"usedScene": {
"abilities": [
"EntryAbility"
],
"when": "always"
}
},
{
"name": "ohos.permission.VIBRATE"
}
]
}
}