forked from TYPO3-Headless/pwa_manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
36 lines (36 loc) · 1.25 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
manifest {
# cat=Manifest/Manifest; type=string; label=Short name
short_name =
# cat=Manifest/Manifest; type=string; label=Name
name =
# cat=Manifest/Manifest; type=string; label=Start url
start_url =
# cat=Manifest/Manifest; type=color; label=Background color
background_color =
# cat=Manifest/Manifest; type=string; label=Display
display = standalone
# cat=Manifest/Manifest; type=string; label=Scope
scope =
# cat=Manifest/Manifest; type=color; label=Theme color
theme_color =
icons {
# cat=Icons/Icons; type=string; label=Small icon
0 {
# cat=Small Icon/Icons; type=string; label=Small icon source
src =
# cat=Small Icon/Icons; type=string; label=Small icon type
type = image/png
# cat=Small Icon/Icons; type=string; label=Small icon sizes
sizes = 192x192
}
# cat=Icon/Icons; type=string; label=Big icon
1 {
# cat=Big Icon/Icons; type=string; label=Big icon source
src =
# cat=Big Icon/Icons; type=string; label=Big icon type
type = image/png
# cat=Big Icon/Icons; type=string; label=Big icon sizes
sizes = 512x512
}
}
}