forked from andreasbm/web-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 790 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 790 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": "Web Skills",
"name": "Web Skills",
"description": "A visual overview of useful skills to learn as a web developer",
"start_url": "/web-skills/",
"lang": "en-US",
"display": "standalone",
"background_color": "#0B0B19",
"theme_color": "#0B0B19",
"orientation": "portrait-primary",
"categories": ["productivity", "education", "utilities"],
"icons": [
{
"src": "www/icon-circle192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "www/icon-circle512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "www/screenshot-1-1280x720.jpg",
"sizes": "1280x720",
"type": "image/jpeg"
},
{
"src": "www/screenshot-2-1280x720.jpg",
"sizes": "1280x720",
"type": "image/jpeg"
}
]
}