diff --git a/plugins/smartstatus.json b/plugins/smartstatus.json new file mode 100644 index 0000000..cc69ac6 --- /dev/null +++ b/plugins/smartstatus.json @@ -0,0 +1,16 @@ +[{ + "Name": "smartstatus", + "Description": "Displays Git branch, battery percentage, and current time in the Micro editor status bar.", + "Tags": ["git", "battery", "status", "ui", "time"], + "Website": "https://github.com/sycorlax/micro-smartstatus", + "License": "MIT", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/sycorlax/micro-smartstatus/archive/refs/heads/main.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]