-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
55 lines (55 loc) · 1.29 KB
/
config.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
pages:
default:
manifest:
path: manifest
output: webmanifest
serviceworker:
path: serviceworker
layout: serviceworker
output: js
multilingual: false
serviceworker:
precache: false
offline:
path: offline
layout: offline
output: html
uglyurl: true
manifest:
background_color: '#FFFFFF'
theme_color: '#202020'
icons:
- icon-192x192.png
- icon-512x512.png
#- src: icon-192x192-maskable.png
# purpose: maskable
#- src: icon-512x512-maskable.png
# purpose: maskable
shortcuts: false
#screenshots:
# - screenshots/desktop.png
# - screenshots/mobile.png
serviceworker:
enabled: false
install:
prompt: true # show install prompt
button: #'#install-button' # install button query selector
precache:
icons: true # precache icons
pages:
limit: false # number or false
#assets:
# - images/example.png # relative path
cache:
request: reload # 'reload' or 'default'
update:
snackbar:
enabled: false # show Snackbar message
badge:
enabled: false # set badge on the icon
notification:
enabled: false # show notification
offline:
page: offline # offline page ID
snackbar:
enabled: false # show Snackbar message