File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " taxy-ai-chrome -extension" ,
3
- "version" : " 0.0.1 " ,
2
+ "name" : " taxy-ai-browser -extension" ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Web agent to do your bidding online" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com:TaxyAI/chrome -extension.git"
8
+ "url" : " https://github.com:TaxyAI/browser -extension.git"
9
9
},
10
10
"scripts" : {
11
11
"build" : " node utils/build.js" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " Taxy AI Alpha" ,
4
4
"description" : " A chrome extension that executes DOM actions to fulfill natural language commands on any website" ,
5
+ "version" : " 1.1.0" ,
5
6
"options_page" : " options.html" ,
6
7
"background" : { "service_worker" : " background.bundle.js" },
7
8
"permissions" : [
You can’t perform that action at this time.
0 commit comments