summaryrefslogtreecommitdiff
path: root/misc/dist/html/manifest.json
blob: 6e0053c23c5e0096a8a38752edb4dd52a9d279f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "Godot Engine",
  "short_name": "Godot",
  "description": "Multi-platform 2D and 3D game engine with a feature-rich editor",
  "lang": "en",
  "start_url": "/godot.tools.html",
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#478cbf",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "background_color": "#333b4f"
}