diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-13 23:51:15 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-13 23:51:15 +0200 |
| commit | 1e1ff4a39635952513c20bdb002f2586a55152a8 (patch) | |
| tree | 7316bb01f57231c672c118332c9a7a9f5039a6db /docs/index.html | |
| parent | c59c2179725a205743d6f5edf60ea0db866969e9 (diff) | |
Add pwa
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index b56ee9c..af6696a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -92,6 +92,7 @@ body { </style> <link id="-gd-engine-icon" rel="icon" type="image/png" href="index.icon.png" /> <link rel="apple-touch-icon" href="index.apple-touch-icon.png"/> +<link rel="manifest" href="index.manifest.json"> </head> <body> @@ -111,7 +112,7 @@ body { <script src="index.js"></script> <script> -const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":737240,"index.wasm":38034280},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4}; +const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":737240,"index.wasm":38034280},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4,"serviceWorker":"index.service.worker.js"}; const GODOT_THREADS_ENABLED = false; const engine = new Engine(GODOT_CONFIG); |
