Update manifest.json

This commit is contained in:
Anastasia Fedotova 2025-01-29 14:09:10 +04:00 committed by GitHub
parent 38f66a44ec
commit 4a542a8bf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,10 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"version": "1.0.0",
"id": "table-check",
"name": "Table Check",
"version": "0.0.1",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "Allows to add html checkboxes to tables and makes them clickable.",
"author": "anareaty",
"authorUrl": "https://github.com/anareaty",
"isDesktopOnly": false
}