Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/dist/html/manifest.json
9901 views
1
{
2
"name": "Godot Engine Web Editor",
3
"short_name": "Godot",
4
"description": "Multi-platform 2D and 3D game engine with a feature-rich editor (Web edition)",
5
"lang": "en",
6
"start_url": "./godot.editor.html",
7
"display": "standalone",
8
"theme_color": "#202531",
9
"icons": [
10
{
11
"src": "favicon.png",
12
"sizes": "256x256",
13
"type": "image/png"
14
}
15
],
16
"background_color": "#333b4f"
17
}
18
19