manifest.json 415 B

123456789101112131415161718
  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. }