Skip to content

Commit

Permalink
Add an icon for insomnia plugin hub
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyao committed May 9, 2023
1 parent 4bffa27 commit 689ce64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-tiktok-shop-request-signer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate hmac sign for tiktok shop api request",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,14 @@
},
"insomnia": {
"name": "tiktok-shop-request-signer",
"description": "Generate hmac sign for tiktok shop api request"
"displayName": "TikTok Shop Request Signer",
"description": "Generate hmac sign for tiktok shop api request",
"publisher": {
"name": "Yao Yang"
},
"images": {
"icon": "tiktok-shop.png"
}
},
"repository": {
"type": "git",
Expand Down
Binary file added tiktok-shop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 689ce64

Please sign in to comment.