Skip to content

Commit d74f731

Browse files
committed
feat: update metadata
1 parent bb6e066 commit d74f731

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"name": "wxt-react-starter",
3-
"description": "manifest.json description",
2+
"name": "gitingest-extension",
3+
"description": "open git ingest fastly",
44
"private": true,
5-
"version": "0.0.0",
5+
"version": "1.0",
66
"type": "module",
7+
"author": {
8+
"name": "甜檸Cirtron (lcandy2)",
9+
"email": "vanilla#citrons.cc",
10+
"url": "https://github.com/lcandy2"
11+
},
12+
"homepage": "https://github.com/lcandy2/gitingest-extension",
713
"scripts": {
814
"dev": "wxt",
915
"dev:firefox": "wxt -b firefox",

wxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
extensionApi: 'chrome',
66
modules: ['@wxt-dev/module-react'],
77
manifest: {
8-
8+
name: 'Git Ingest - Turn any Git repo to a LLM-friendly prompt',
9+
description: 'Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest in any github url to access the corresponding digest, a prompt-friendly extract of a codebase.',
910
}
1011
});

0 commit comments

Comments
 (0)