-
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) · 1.07 KB
/
manifest.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
{
"manifest_version": 2,
"short_name": "HackDiwas",
"name": "HackDiwas",
"icons": [
{
"src": "./assets/favicon/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "./assets/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./assets/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"description": "Join the Hack Diwas hackathon at United University Prayagraj for a thrilling two-day software and hardware development challenge.",
"start_url": "https://uuhackdiwas.in/",
"background_color": "#ffffff",
"theme_color": "#000000",
"display": "standalone",
"content_scripts": [
{
"matches": ["http://www.uniteduniversity.edu.in/"],
"js": ["main.js"]
}
],
"version": "1.0.2",
"author": "Devendra Singh",
"permissions": []
}