diff --git a/index.html b/index.html index e6cbbb0..374a3d8 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,9 @@ - - + + + 🐰 Rabbit diff --git a/public/images/rabbit_app_256.png b/public/images/rabbit_app_256.png new file mode 100644 index 0000000..ed437e0 Binary files /dev/null and b/public/images/rabbit_app_256.png differ diff --git a/public/images/rabbit_dark_256.png b/public/images/rabbit_dark_256.png new file mode 100644 index 0000000..51c9227 Binary files /dev/null and b/public/images/rabbit_dark_256.png differ diff --git a/public/images/rabbit_light_256.png b/public/images/rabbit_light_256.png new file mode 100644 index 0000000..efa2f84 Binary files /dev/null and b/public/images/rabbit_light_256.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..269d0b4 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json.schemastore.org/web-manifest-combined.json", + "name": "Rabbit", + "short_name": "Rabbit", + "start_url": ".", + "display": "standalone", + "background_color": "#fff", + "description": "A deck style nostr client.", + "icons": [{ + "src": "images/rabbit_app_256.png", + "sizes": "256x256", + "type": "image/png" + }] +} diff --git a/src/pages/Hello.tsx b/src/pages/Hello.tsx index 23376dc..0e05e99 100644 --- a/src/pages/Hello.tsx +++ b/src/pages/Hello.tsx @@ -46,8 +46,8 @@ const Hello: Component = () => { return (
-
🐰
-

Rabbit

+ logo +

Rabbit

Rabbit is a Web client for Nostr.

注意: 現在ベータ版です。