diff --git a/src/serialization/sb3.js b/src/serialization/sb3.js index a32a3bd34ff..d351bb8d15c 100644 --- a/src/serialization/sb3.js +++ b/src/serialization/sb3.js @@ -796,9 +796,9 @@ const serialize = function (runtime, targetId, {allowOptimization = true} = {}) // TW: Attach platform information (should be changed for forks of TurboWarp) const platform = Object.create(null); - platform.name = "TurboWarp"; - platform.url = "https://turbowarp.org/"; - platform.version = "stable"; // Can be changed on staging? + platform.name = 'TurboWarp'; + platform.url = 'https://turbowarp.org/'; + platform.version = 'stable'; // Can be changed on staging? meta.platform = platform; // Assemble payload and return