-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
21 lines (21 loc) · 1005 Bytes
/
manifest.json
File metadata and controls
21 lines (21 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "MedMCQA Trainer",
"short_name": "Med Trainer",
"description": "Offline NEET PG practice with MedMCQA format",
"start_url": "./",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#0f172a",
"icons": [
{
"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230f172a' rx='20'/><text x='50' y='65' font-size='50' fill='%2338bdf8' font-family='sans-serif' text-anchor='middle'>M</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230f172a' rx='20'/><text x='50' y='65' font-size='50' fill='%2338bdf8' font-family='sans-serif' text-anchor='middle'>M</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}