-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 826 Bytes
/
manifest.json
File metadata and controls
25 lines (25 loc) · 826 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
{
"name": "DSMNRU Academic Archive",
"short_name": "DSMNRU Archive",
"description": "Your gateway to DSMNRU academic resources - PYQs & Syllabus",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#32a8a0",
"orientation": "portrait-primary",
"scope": "/",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎓</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎓</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"categories": ["education", "productivity"],
"lang": "en-US"
}