-
Notifications
You must be signed in to change notification settings - Fork 1
/
site.webmanifest
40 lines (40 loc) · 1023 Bytes
/
site.webmanifest
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
{
"name": "Hackodisha's guide, Hackodisha celebrating diamond jubliee of NIT Rourkela | Hackathon",
"short_name": "Hackodisha Guide",
"start_url": "https://guide.hackodisha.xyz",
"lang":"en",
"categories": ["Hackodisha","Hackathon","NIT Rourkela", "Odisha", "Hackathon2021","India", "Developers" , "Webwiz"],
"icons": [
{
"src": "/logoHO.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logoHO.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#fff",
"background_color": "#fff",
"display": "standalone",
"related_applications": [
{
"platform": "facebook",
"url": "https://www.facebook.com/hackodisha/",
},
{
"platform": "instagram",
"url": "https://www.instagram.com/webwiz.nitr/"
},
{
"platform": "twitter",
"url": "https://twitter.com/hackodisha"
},
{
"platform": "linkedIn",
"url": "https://www.linkedin.com/company/hack-odisha/"
}
]
}