• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	"app":{
3		"bundleName":"com.example.accessibleregisterstate",
4		"vendor":"example",
5		"version":{
6			"code":1,
7			"name":"1.0"
8		}
9	},
10	"deviceConfig":{
11
12	},
13	"module":{
14		"package":"com.example.accessibleregisterstate",
15		"name":".entry",
16		"mainAbility":".MainAbility",
17		"deviceType":[
18			"tablet",
19			"default",
20			"phone"
21		],
22		"distro":{
23			"deliveryWithInstall":true,
24			"installationFree":false,
25			"moduleName":"entry",
26			"moduleType":"entry"
27		},
28		"abilities":[
29			{
30				"description":"$string:MainAbility_desc",
31				"formsEnabled":false,
32				"icon":"$media:icon",
33				"label":"$string:MainAbility_label",
34				"launchType":"standard",
35				"name":".MainAbility",
36				"orientation":"unspecified",
37				"skills":[
38					{
39						"actions":[
40							"action.system.home"
41						],
42						"entities":[
43							"entity.system.home"
44						]
45					}
46				],
47				"srcLanguage":"js",
48				"srcPath":"MainAbility",
49				"type":"page",
50				"visible":true
51			}
52		],
53		"js":[
54			{
55				"name":".MainAbility",
56				"pages":[
57					"pages/index/index"
58				],
59				"window":{
60					"autoDesignWidth":false,
61					"designWidth":720
62				}
63			}
64		]
65	}
66}