Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/img/m/manifest.json
35956 views
1
{
2
"name": "Canvas",
3
"short_name": "Canvas - LMS",
4
"start_url": "/",
5
"scope": "/",
6
"display": "standalone",
7
"description": "Get world class support for K-12 mathematics and more!",
8
"lang": "en",
9
"dir": "auto",
10
"theme_color": "#ffffff",
11
"background_color": "#ffffff",
12
"orientation": "any",
13
"icons": [
14
{
15
"src": "https://55gms.com/img/canvas.png",
16
"sizes": "192x192",
17
"type": "image/png",
18
"purpose": "maskable"
19
},
20
{
21
"src": "https://55gms.com/img/canvas.png",
22
"sizes": "512x512",
23
"type": "image/png",
24
"purpose": "maskable"
25
},
26
{
27
"src": "https://55gms.com/img/canvas.png",
28
"sizes": "180x180",
29
"type": "image/png",
30
"purpose": "any"
31
}
32
],
33
"screenshots": [
34
{
35
"src": "https://kazwire.com/assets/screenshots/screenshot.png",
36
"sizes": "1920x951",
37
"type": "image/png",
38
"description": "A screenshot of the home page"
39
}
40
],
41
"prefer_related_applications": false
42
}
43
44