Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/smashkarts/manifest.json
35956 views
1
{
2
"name": "Smash Karts",
3
"short_name": "Smash Karts",
4
"theme_color": "#2196f3",
5
"background_color": "#2196f3",
6
"display": "fullscreen",
7
"orientation": "landscape",
8
"scope": ".",
9
"icons": [
10
{
11
"src": "images/icon-144.png",
12
"sizes": "144x144",
13
"type": "image/png"
14
},
15
{
16
"src": "images/icon-512.png",
17
"sizes": "512x512",
18
"type": "image/png"
19
}
20
],
21
"start_url": "./"
22
}
23
24