diff --git a/manifest/nordcraft.webmanifest b/manifest/nordcraft.webmanifest new file mode 100644 index 0000000..2179db5 --- /dev/null +++ b/manifest/nordcraft.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Nordcraft", + "short_name": "Nordcraft", + "icons": [ + { + "src": "https://raw.githubusercontent.com/nordcraftengine/resources/main/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "https://raw.githubusercontent.com/nordcraftengine/resources/main/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone", + "start_url": "https://nordcraft.com" +} diff --git a/manifest/toddle.webmanifest b/manifest/toddle.webmanifest deleted file mode 100644 index 8f6c0bd..0000000 --- a/manifest/toddle.webmanifest +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "toddle", - "short_name": "toddle", - "icons": [ - { - "src": "https://raw.githubusercontent.com/toddledev/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", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#171717", - "background_color": "#171717", - "display": "standalone", - "start_url": "https://toddle.dev" -}