Delete manifest.json

This commit is contained in:
cactuzhead 2025-03-11 12:45:56 +00:00 committed by GitHub
parent f703b79f67
commit 543562f4ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
]
}