-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
58 lines (58 loc) · 1.46 KB
/
test.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
{
"domain": "github.com",
"icons": [
{
"src": "https://github.githubassets.com/favicons/favicon.svg",
"type": "image/svg+xml"
},
{ "src": "https://github.githubassets.com/pinned-octocat.svg" },
{ "src": "https://github.com/fluidicon.png" },
{
"src": "https://github.githubassets.com/apple-touch-icon-114x114.png",
"sizes": "114x114"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-120x120.png",
"sizes": "120x120"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-144x144.png",
"sizes": "144x144"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-152x152.png",
"sizes": "152x152"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-180x180.png",
"sizes": "180x180"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-57x57.png",
"sizes": "57x57"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-60x60.png",
"sizes": "60x60"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-72x72.png",
"sizes": "72x72"
},
{
"src": "https://github.githubassets.com/apple-touch-icon-76x76.png",
"sizes": "76x76"
},
{
"src": "https://github.githubassets.com/app-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://github.githubassets.com/app-icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{ "src": "https://github.com/favicon.ico", "type": "image/x-icon" }
]
}