Skip to content

Commit

Permalink
Add permission declaration to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 29, 2024
1 parent ced1a1c commit 6c305fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/download-twitter-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"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",
"permissions": [
"clipboard-read"
],
"demoImages": [
"./demo/download-twitter.png"
],
Expand Down
3 changes: 3 additions & 0 deletions extensions/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"shortDescription": "Inspect JWT Token",
"longDescription": "Same as jwt.io; Display decoded JWT Token.",
"identifier": "tech.huakun.jarvis-jwt-inspector",
"permissions": [
"clipboard-read"
],
"demoImages": [
"./demo/jwt-view.png",
"./demo/jwt-search.png"
Expand Down
4 changes: 4 additions & 0 deletions extensions/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"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",
"permissions": [
"clipboard-read",
"clipboard-write"
],
"demoImages": [
"./demo/gen-qrcode.png"
],
Expand Down

0 comments on commit 6c305fa

Please sign in to comment.