UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
src
/
card
/
manifest.json
16 lines
(15 loc)
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"appID"
:
"com.example.ace.helloworld"
,
"appName"
:
"HelloAce"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
1
,
"minPlatformVersion"
:
"1.0.1"
,
"pages"
:
[
"pages/index/index"
]
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
,
"type"
:
"form"
}