File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " gitingest-extension" ,
33 "description" : " open git ingest fastly" ,
44 "private" : true ,
5- "version" : " 1.1.1 " ,
5+ "version" : " 1.1.2 " ,
66 "type" : " module" ,
77 "author" : {
88 "name" : " 甜檸Cirtron (lcandy2)" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default defineConfig({
66 extensionApi : 'chrome' ,
77 modules : [ '@wxt-dev/module-react' ] ,
88 manifest : ( env : ConfigEnv ) => ( {
9- name : ( env . browser === 'firefox' ) ? 'Git Ingest - Turn any Git repo to LLM prompt' : 'Git Ingest - Turn any Git repo to a LLM-friendly prompt' ,
9+ name : `GitIngest ${ ( env . browser === 'firefox' ) ? ' - Turn any Git repo to LLM prompt' : ' - Turn any Git repo to a LLM-friendly prompt' } ` ,
1010 description : 'Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest to access a coresponding digest.' ,
1111 permissions : [ 'storage' ] ,
1212 } )
You can’t perform that action at this time.
0 commit comments