-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.webmanifest
48 lines (48 loc) · 981 Bytes
/
site.webmanifest
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
{
"background_color": "#FFFFFF",
"description": "Search for a GitHub User.",
"dir": "ltr",
"display": "standalone",
"name": "GitHub Scrapper",
"orientation": "portrait",
"scope": "/",
"short_name": "GitHub Scrapper",
"start_url": ".",
"theme_color": "#FEC008",
"categories": [],
"screenshots": [],
"icons": [
{
"src": "./favicon.svg",
"type": "image/svg+xml"
},
{
"src": "/favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "/apple-touch-icon.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "/safari-pinned-tab.svg"
},
{
"src": "/favicon.ico",
"type": "image/x-icon"
},
{
"src": "/android-chrome-192x192.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "/android-chrome-512x512.png",
"type": "image/png",
"sizes": "32x32"
}
],
"shortcuts": []
}