-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 919 Bytes
/
Copy pathmanifest.json
File metadata and controls
29 lines (29 loc) · 919 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
{
"name": "StudyTools India - Free Student Calculators",
"short_name": "StudyTools India",
"description": "Free online calculators for students - Percentage, CGPA, Age, BMI, Grade calculators. Study tools for JEE, NDA, ISC, CBSE students.",
"start_url": "/studytools-india/",
"scope": "/studytools-india/",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#ffffff",
"theme_color": "#4CAF50",
"icons": [
{
"src": "https://via.placeholder.com/192x192.png?text=ST",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://via.placeholder.com/512x512.png?text=ST",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["education", "productivity", "utilities"],
"lang": "en-IN",
"dir": "ltr",
"prefer_related_applications": false
}