-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
33 lines (33 loc) · 842 Bytes
/
Copy pathmanifest.webmanifest
File metadata and controls
33 lines (33 loc) · 842 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
{
"theme_color": "#252526",
"background_color": "#ffffff",
"display": "standalone",
"scope": "./",
"start_url": "./",
"orientation": "portrait",
"name": "Arnav Kumar",
"short_name": "Arnav",
"lang": "en",
"dir": "ltr",
"categories": [
"blog",
"profile",
"tutorials",
"web"
],
"description": "Arnav Kumar. A Full Stack Web Developer, A UI/UX Developer, Programmer and a Tech lover. GitHub: arnav-kr | Twitter: arnavkr_ | Linkedin: arnav-kr | Dribbble: arnav-kr",
"icons": [
{
"src": "https://avatars.githubusercontent.com/u/72879799?v=4",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "https://avatars.githubusercontent.com/u/72879799?v=4",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}