UNPKG

625 BJSONView Raw
1{
2 "name": "LiteJS App",
3 "description": "One good app!",
4 "short_name": "LiteJS",
5 "icons": [
6 {
7 "src": "launcher-icon-2x.png",
8 "sizes": "96x96",
9 "type": "image/png"
10 },
11 {
12 "src": "launcher-icon-3x.png",
13 "sizes": "144x144",
14 "type": "image/png"
15 },
16 {
17 "src": "launcher-icon-4x.png",
18 "sizes": "192x192",
19 "type": "image/png"
20 }
21 ],
22 "start_url": "index.html",
23 "display": "fullscreen",
24 "orientation": "portrait",
25 "theme_color": "#27b",
26 "background_color": "#fff",
27 "serviceworker": {
28 "src": "sw.js",
29 "update_via_cache": "none"
30 }
31}