-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 812 Bytes
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 812 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
30
31
32
33
34
35
36
37
{
"name": "MathMaker",
"short_name": "MathMaker",
"description": "Multi-digit multiplication practice for 3rd and 4th graders.",
"start_url": "./index.html",
"scope": "./",
"display": "standalone",
"orientation": "any",
"background_color": "#f8fafc",
"theme_color": "#2563eb",
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-1024.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "any"
}
]
}