Skip to content

Commit

Permalink
Update Extension package.json to follow new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 28, 2024
1 parent fe6449d commit ac26b9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/download-twitter-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"description": "Download YouTube Video Extension",
"type": "module",
"jarvis": {
"identifier": "tech.huakun.jarvis-twitter-download-video-ext",
"name": "Download Twitter Video",
"description": "Download Twitter Video",
"identifier": "tech.huakun.jarvis-ext-twitter-download-video",
"demoImages": [
"./demo/download-twitter.png"
],
Expand Down
2 changes: 2 additions & 0 deletions extensions/ip-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"zod": "^3.23.8"
},
"jarvis": {
"name": "IP Info",
"description": "Show your current IP Info and Search for IP Address",
"identifier": "tech.huakun.jarvis-ext-ip-info",
"demoImages": [
"./demo/ip-info.png"
Expand Down
2 changes: 2 additions & 0 deletions extensions/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"type": "module",
"description": "JWT Inspector",
"jarvis": {
"name": "JWT Inspector",
"description": "Inspect JWT Token",
"identifier": "tech.huakun.jarvis-jwt-inspector",
"demoImages": [
"./demo/jwt-view.png",
Expand Down
2 changes: 2 additions & 0 deletions extensions/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"type": "module",
"description": "Jarvis QRCode Extension",
"jarvis": {
"name": "QRCode",
"description": "Generate QRCode from text and Detect QRCode from Screenshot",
"identifier": "tech.huakun.jarvis-qrcode-ext",
"demoImages": [
"./demo/gen-qrcode.png"
Expand Down

0 comments on commit ac26b9f

Please sign in to comment.