Skip to content

Commit

Permalink
✨ feat: add plugin meta in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 2, 2023
1 parent e2da466 commit 5171d77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@
}
}
],
"type": "standalone",
"identifier": "clock-time",
"meta": {
"avatar": "🕐",
"tags": ["clock", "time"],
"title": "Clock Time",
"description": "Display a clock to show current time"
},
"type": "standalone",
"ui": {
"url": "https://clock-time.chat-plugin.lobehub.com",
"height": 350,
Expand Down

0 comments on commit 5171d77

Please sign in to comment.