Skip to content

Commit

Permalink
Fix package.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 28, 2024
1 parent ebe2151 commit aed0c23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions extensions/download-twitter-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "module",
"jarvis": {
"name": "Download Twitter Video",
"short_description": "Download Twitter Video",
"long_description": "Prodivde a Tweet URL, the video in the given tweet will be downloaded for you",
"shortDescription": "Download Twitter Video",
"longDescription": "Prodivde a Tweet URL, the video in the given tweet will be downloaded for you",
"identifier": "tech.huakun.jarvis-ext-twitter-download-video",
"demoImages": [
"./demo/download-twitter.png"
Expand Down
4 changes: 2 additions & 2 deletions extensions/ip-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"jarvis": {
"name": "IP Info",
"short_description": "Show your current IP Info and Search for IP Address",
"long_description": "Will display you IP Address and more information about this IP address, including Geo Location, ASN, ISP. You can also search for a specific IP.",
"shortDescription": "Show your current IP Info and Search for IP Address",
"longDescription": "Will display you IP Address and more information about this IP address, including Geo Location, ASN, ISP. You can also search for a specific IP.",
"identifier": "tech.huakun.jarvis-ext-ip-info",
"demoImages": [
"./demo/ip-info.png"
Expand Down
4 changes: 2 additions & 2 deletions extensions/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"description": "JWT Inspector",
"jarvis": {
"name": "JWT Inspector",
"short_description": "Inspect JWT Token",
"long_description": "Same as jwt.io; Display decoded JWT Token.",
"shortDescription": "Inspect JWT Token",
"longDescription": "Same as jwt.io; Display decoded JWT Token.",
"identifier": "tech.huakun.jarvis-jwt-inspector",
"demoImages": [
"./demo/jwt-view.png",
Expand Down
4 changes: 2 additions & 2 deletions extensions/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"description": "Jarvis QRCode Extension",
"jarvis": {
"name": "QRCode",
"short_description": "Generate QRCode from text and Detect QRCode",
"long_description": "Copy a url or any text and open the QRCode generation command, a QRCode will be displayed. Also supports detecting QRCode from screenshot.",
"shortDescription": "Generate QRCode from text and Detect QRCode",
"longDescription": "Copy a url or any text and open the QRCode generation command, a QRCode will be displayed. Also supports detecting QRCode from screenshot.",
"identifier": "tech.huakun.jarvis-qrcode-ext",
"demoImages": [
"./demo/gen-qrcode.png"
Expand Down

0 comments on commit aed0c23

Please sign in to comment.