Skip to content

Commit 85fba3c

Browse files
committed
docs: update package.json
1 parent acd3138 commit 85fba3c

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

package.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
22
"name": "rektocode",
3-
"version": "0.0.0",
3+
"description": "Chrome extension to generate code from HTTP requests",
4+
"keywords": [
5+
"rektocode",
6+
"chrome",
7+
"extension",
8+
"request",
9+
"codegen",
10+
"generator",
11+
"devtools",
12+
"http"
13+
],
14+
"license": "MIT",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/majidsajadi/rektocode"
18+
},
19+
"homepage": "https://github.com/majidsajadi/rektocode",
20+
"author": "Majid Sajadi <[email protected]> (https://github.com/majidsaiadi)",
21+
"version": "0.1.0",
22+
"private": true,
423
"scripts": {
524
"dev": "vite",
625
"build": "tsc && vite build",

public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Rektocode",
3-
"description": "",
4-
"version": "0.1",
3+
"description": "Chrome extension to generate code from HTTP requests",
4+
"version": "0.1.0",
55
"manifest_version": 3,
66
"devtools_page": "devtool.html"
77
}

0 commit comments

Comments
 (0)