From 0c1069f8971106f763a4f06ff2ef9241a9243bcd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 23:25:18 +0000 Subject: [PATCH] Add web app manifest with icons and metadata cgen-f155fc4ae2f140d78917ae75b8066d7d --- public/site.webmanifest | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/site.webmanifest diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 00000000..1bcba9f3 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,22 @@ +{ + "name": "AeThex", + "short_name": "AeThex", + "description": "AeThex: advanced development platform and community for builders.", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#000000", + "theme_color": "#0a0aff", + "icons": [ + { + "src": "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=192", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=512", + "sizes": "512x512", + "type": "image/png" + } + ] +}