-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.webmanifest
More file actions
33 lines (33 loc) · 917 Bytes
/
site.webmanifest
File metadata and controls
33 lines (33 loc) · 917 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
{
"name": "Linux Mastery Course",
"short_name": "Linux Master",
"description": "Complete Linux command-line and cybersecurity mastery course with 17 modules",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"theme_color": "#0E0E0E",
"background_color": "#0E0E0E",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
],
"categories": ["education", "developer tools"],
"lang": "en",
"dir": "ltr"
}