Skip to content

Commit e24758c

Browse files
committed
add png
1 parent ca74ae3 commit e24758c

File tree

9 files changed

+9
-6
lines changed

9 files changed

+9
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
build
132+
build.zip
133+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WebSocket Client
1+
# Quick WebSocket Client
22

33
A powerful and user-friendly WebSocket testing client for developers.
44

assets/1280x800.png

140 KB
Loading

assets/1400x560.png

1.1 MB
Loading

assets/440x280.png

63.2 KB
Loading

public/icon.png

-4.46 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>WebSocket Client</title>
6+
<title>Quick WebSocket Client</title>
77
</head>
88
<body>
99
<div id="root"></div>

public/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
3-
"name": "WebSocket Client",
4-
"version": "1.0",
5-
"description": "A WebSocket client for testing WebSocket connections",
3+
"name": "Quick WebSocket Client",
4+
"version": "0.0.1",
5+
"description": "A Quick WebSocket Client for testing WebSocket connections",
66
"action": {
77
"default_icon": "icon.png"
88
},

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const App = () => {
5656
<div className="flex-1 flex flex-col h-full">
5757
<div className="p-6 pb-0">
5858
<div className="mb-6">
59-
<h1 className="text-2xl font-bold text-gray-800 mb-1">WebSocket Client</h1>
59+
<h1 className="text-2xl font-bold text-gray-800 mb-1">Quick WebSocket Client</h1>
6060
<p className="text-gray-500">Connect and test your WebSocket endpoints</p>
6161
</div>
6262
<ConnectionPanel

0 commit comments

Comments
 (0)