From e1bf7b750d73d4deac85cfbf7071745be00966e6 Mon Sep 17 00:00:00 2001 From: Salma Alam-Naylor Date: Thu, 14 Aug 2025 09:34:12 +0100 Subject: [PATCH 1/2] Rebrand manifest --- manifest/{toddle.webmanifest => nordcraft.webmanifest} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename manifest/{toddle.webmanifest => nordcraft.webmanifest} (72%) diff --git a/manifest/toddle.webmanifest b/manifest/nordcraft.webmanifest similarity index 72% rename from manifest/toddle.webmanifest rename to manifest/nordcraft.webmanifest index 8f6c0bd..6b75b42 100644 --- a/manifest/toddle.webmanifest +++ b/manifest/nordcraft.webmanifest @@ -1,6 +1,6 @@ { - "name": "toddle", - "short_name": "toddle", + "name": "Nordcraft", + "short_name": "Nordcraft", "icons": [ { "src": "https://raw.githubusercontent.com/toddledev/resources/main/icons/android-chrome-192x192.png", @@ -13,8 +13,8 @@ "type": "image/png" } ], - "theme_color": "#171717", - "background_color": "#171717", + "theme_color": "#000000", + "background_color": "#000000", "display": "standalone", - "start_url": "https://toddle.dev" + "start_url": "https://nordcraft.com" } From 2459b2c12912e40fdee87344222a6db78d555acf Mon Sep 17 00:00:00 2001 From: Salma Alam-Naylor Date: Thu, 14 Aug 2025 09:38:48 +0100 Subject: [PATCH 2/2] Update toddledev to nordcraftengine --- manifest/nordcraft.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/nordcraft.webmanifest b/manifest/nordcraft.webmanifest index 6b75b42..2179db5 100644 --- a/manifest/nordcraft.webmanifest +++ b/manifest/nordcraft.webmanifest @@ -3,12 +3,12 @@ "short_name": "Nordcraft", "icons": [ { - "src": "https://raw.githubusercontent.com/toddledev/resources/main/icons/android-chrome-192x192.png", + "src": "https://raw.githubusercontent.com/nordcraftengine/resources/main/icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "https://raw.githubusercontent.com/toddledev/resources/main/icons/android-chrome-512x512.png", + "src": "https://raw.githubusercontent.com/nordcraftengine/resources/main/icons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }