• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "vendor": "samples",
4    "bundleName": "ohos.samples.distributedgraffiti",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "mainAbility": ".MainAbility",
13    "deviceType": [
14      "default",
15      "tablet"
16    ],
17    "abilities": [
18      {
19        "skills": [
20          {
21            "entities": [
22              "entity.system.home"
23            ],
24            "actions": [
25              "action.system.home"
26            ]
27          }
28        ],
29        "orientation": "unspecified",
30        "visible": true,
31        "srcPath": "MainAbility",
32        "name": ".MainAbility",
33        "srcLanguage": "ets",
34        "icon": "$media:icon",
35        "description": "$string:MainAbility_desc",
36        "formsEnabled": false,
37        "label": "$string:MainAbility_label",
38        "type": "page",
39        "launchType": "standard"
40      },
41      {
42        "visible": true,
43        "srcPath": "ServiceAbility",
44        "name": ".ServiceAbility",
45        "icon": "$media:icon",
46        "srcLanguage": "ets",
47        "description": "$string:ServiceAbility_desc",
48        "type": "service"
49      }
50    ],
51    "distro": {
52      "moduleType": "entry",
53      "installationFree": false,
54      "deliveryWithInstall": true,
55      "moduleName": "entry"
56    },
57    "package": "ohos.samples.distributedgraffiti",
58    "srcPath": "",
59    "name": ".entry",
60    "js": [
61      {
62        "mode": {
63          "syntax": "ets",
64          "type": "pageAbility"
65        },
66        "pages": [
67          "pages/Index"
68        ],
69        "name": ".MainAbility",
70        "window": {
71          "designWidth": 720,
72          "autoDesignWidth": false
73        }
74      }
75    ],
76    "reqPermissions": [
77      {
78        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
79      }
80    ]
81  }
82}