diff --git a/index.html b/index.html index dbb1d90..b991401 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,10 @@ PinchChat - + + + +
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..0375cdd Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16.png b/public/favicon-16.png new file mode 100644 index 0000000..2bc1dbf Binary files /dev/null and b/public/favicon-16.png differ diff --git a/public/favicon-32.png b/public/favicon-32.png new file mode 100644 index 0000000..3c7b386 Binary files /dev/null and b/public/favicon-32.png differ diff --git a/public/logo-192.png b/public/logo-192.png new file mode 100644 index 0000000..3598a29 Binary files /dev/null and b/public/logo-192.png differ diff --git a/public/logo-512.png b/public/logo-512.png new file mode 100644 index 0000000..e01fcc1 Binary files /dev/null and b/public/logo-512.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..347ae17 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,27 @@ +{ + "name": "PinchChat", + "short_name": "PinchChat", + "description": "A sleek, dark-themed webchat UI for OpenClaw", + "start_url": "/", + "display": "standalone", + "background_color": "#1e1e24", + "theme_color": "#1e1e24", + "icons": [ + { + "src": "/logo-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/logo-512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/logo-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}