-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 826 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 826 Bytes
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
{
"short_name": "AdvaithBot",
"name": "AdvaithBot",
"icons": [
{
"src": "https://advaithbot.xyz/files/optimized.png",
"type": "image/png",
"sizes": "1414x1406"
},
{
"src": "https://advaithbot.xyz/files/advaithbot.webp",
"type": "image/webp",
"sizes": "1414x1406"
},
{
"src": "https://advaithbot.xyz/files/logo-square.png",
"type": "image/png",
"sizes": "1406x1406"
},
{
"src": "https://advaithbot.xyz/files/logo-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "https://advaithbot.xyz/files/logo-192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/",
"background_color": "#171717",
"display": "standalone",
"scope": "/",
"theme_color": "#00AFD5"
}