diff --git a/extensions/download-twitter-video/package.json b/extensions/download-twitter-video/package.json index 30cf1ae..1d46b16 100644 --- a/extensions/download-twitter-video/package.json +++ b/extensions/download-twitter-video/package.json @@ -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" diff --git a/extensions/ip-info/package.json b/extensions/ip-info/package.json index a437ccc..0eb4e09 100644 --- a/extensions/ip-info/package.json +++ b/extensions/ip-info/package.json @@ -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" diff --git a/extensions/jwt/package.json b/extensions/jwt/package.json index a81f7f8..7a31dd7 100644 --- a/extensions/jwt/package.json +++ b/extensions/jwt/package.json @@ -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", diff --git a/extensions/qrcode/package.json b/extensions/qrcode/package.json index 7f7742d..2e3fc60 100644 --- a/extensions/qrcode/package.json +++ b/extensions/qrcode/package.json @@ -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"