forked from sylviapap/chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·94 lines (94 loc) · 2.02 KB
/
manifest.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"background_color": "#face22",
"description": "The Tiniest DUTCH Design System Agency, packed inside a Human Body!",
"dir": "ltr",
"display": "standalone",
"name": "Ask Guus!",
"orientation": "any",
"scope": "/",
"short_name": ".: askgu.us :.",
"start_url": "/index.html",
"theme_color": "#face22",
"categories": ["business", "education", "personalization" ],
"screenshots": [
{
"src": "/image/screenshot-1.png",
"sizes": "1280x800",
"type": "image/png"
},
{
"src": "/image/screenshot-2.png",
"sizes": "750x1334",
"type": "image/png"
}
],
"icons": [
{
"src": "image/favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "image/justguus.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "image/justguus2x.png",
"type": "image/png",
"sizes": "515x512"
},
{
"src": "image/justguus-transparent-512.png",
"type": "image/png",
"sizes": "515x512",
"purpose": "maskable"
},
{
"src": "image/askguus-transparent.png",
"type": "image/png",
"sizes": "515x512",
"purpose": "maskable"
},
{
"src": "image/askguus-transparent2x.png",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "maskable"
},
{
"src": "image/justguus3x.png",
"type": "image/png",
"sizes": "1024x1024"
},
{
"src": "image/favicon-16x16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "image/apple-touch-icon.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "image/safari-pinned-tab.svg",
"type": "image/svg+xml",
"sizes": "any"
}
],
"shortcuts": [
{
"name": "Home",
"short_name": "Home",
"description": "Back to the main app",
"url": "/index.html",
"icons": [
{
"src": "image/apple-touch-icon.png",
"sizes": "180x180"
}
]
}
]
}