mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
17 lines
487 B
JSON
17 lines
487 B
JSON
{
|
|
"id": "obsidian-advanced-progress-bars",
|
|
"name": "Advanced Progress Bars",
|
|
"version": "1.0.2",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Progress bars that can change color depending on completion value - fully customizable.",
|
|
"author": "cactuzhead",
|
|
"authorUrl": "https://cactuzhead.com",
|
|
"fundingUrl": "https://ko-fi.com/cactuzhead",
|
|
"isDesktopOnly": false,
|
|
"commands": [
|
|
{
|
|
"id": "paste-code-block",
|
|
"name": "Paste Code Block"
|
|
}
|
|
]
|
|
}
|