• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "vendor": "samples",
4    "bundleName": "ohos.samples.chat",
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:chat",
35        "description": "$string:MainAbility_desc",
36        "formsEnabled": false,
37        "label": "$string:MainAbility_label",
38        "type": "page",
39        "launchType": "standard"
40      }
41    ],
42    "distro": {
43      "moduleType": "entry",
44      "installationFree": false,
45      "deliveryWithInstall": true,
46      "moduleName": "entry"
47    },
48    "package": "ohos.samples.chat",
49    "srcPath": "",
50    "name": ".entry",
51    "js": [
52      {
53        "mode": {
54          "syntax": "ets",
55          "type": "pageAbility"
56        },
57        "pages": [
58          "pages/Index",
59          "pages/AddFriendsPage",
60          "pages/ChatDetailPage",
61          "pages/ChatListPage",
62          "pages/ChatNewsPage",
63          "pages/DiscoverPage",
64          "pages/CreateGroupChatPage",
65          "pages/MsgBase",
66          "pages/FriendsMomentsPage",
67          "pages/FriendsPage",
68          "pages/FullImagePage",
69          "pages/SearchPage",
70          "pages/Setting",
71          "pages/SettingPage",
72          "pages/SwitchControl",
73          "pages/SwitchPage",
74          "pages/UserInfo"
75        ],
76        "name": ".MainAbility",
77        "window": {
78          "designWidth": 720,
79          "autoDesignWidth": false
80        }
81      }
82    ],
83    "reqPermissions": [
84      {
85        "name": "ohos.permission.INTERNET"
86      }
87    ]
88  }
89}