-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.json
42 lines (42 loc) · 936 Bytes
/
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
{
"short_name": "github-homepage-ui-clone",
"name": "GitHub UI Clone",
"author": "Leonardo Ronne",
"description": "This application contains an UI clone from GitHub (partial) website.",
"developer": {
"name": "Leonardo Ronne",
"url": "https://github.com/leoronne"
},
"homepage_url": "https://github.ui-clone.ronne.dev",
"icons": [
{
"src": "favicon.ico",
"sizes": "256x256",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "logo1024.png",
"type": "image/png",
"sizes": "1024x1024"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#1D1D1D",
"background_color": "#fff"
}