diff --git a/manifest.json b/manifest.json deleted file mode 100644 index d36b8d3..0000000 --- a/manifest.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "obsidian-advanced-progress-bars", - "name": "Advanced Progress Bars", - "version": "1.0.1", - "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" - } - ] -}