|
|
@@ -0,0 +1,56 @@
|
|
|
+{
|
|
|
+ "module": {
|
|
|
+ "name": "entry",
|
|
|
+ "type": "entry",
|
|
|
+ "description": "$string:module_desc",
|
|
|
+ "mainElement": "EntryAbility",
|
|
|
+ "deviceTypes": [
|
|
|
+ "phone",
|
|
|
+ "tablet",
|
|
|
+ "2in1"
|
|
|
+ ],
|
|
|
+ "deliveryWithInstall": true,
|
|
|
+ "installationFree": false,
|
|
|
+ "pages": "$profile:main_pages",
|
|
|
+ "abilities": [
|
|
|
+ {
|
|
|
+ "name": "EntryAbility",
|
|
|
+ "srcEntry": "./ets/entryability/EntryAbility.ets",
|
|
|
+ "description": "$string:EntryAbility_desc",
|
|
|
+ "icon": "$media:layered_image",
|
|
|
+ "label": "$string:EntryAbility_label",
|
|
|
+ "startWindowIcon": "$media:startIcon",
|
|
|
+ "startWindowBackground": "$color:start_window_background",
|
|
|
+ "exported": true,
|
|
|
+ "skills": [
|
|
|
+ {
|
|
|
+ "entities": [
|
|
|
+ "entity.system.home"
|
|
|
+ ],
|
|
|
+ "actions": [
|
|
|
+ "action.system.home"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "requestPermissions": [
|
|
|
+ {
|
|
|
+ "name": "ohos.permission.INTERNET"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ohos.permission.APP_TRACKING_CONSENT",
|
|
|
+ "reason": "$string:tracking_consent",
|
|
|
+ "usedScene": {
|
|
|
+ "when": "inuse"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "metadata": [
|
|
|
+ {
|
|
|
+ "name": "GETUI_APPID",
|
|
|
+ "value": "MXiwNfEPez7dO9u5ZcSnR8"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|