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", "id": "table-check",
"name": "Sample Plugin", "name": "Table Check",
"version": "1.0.0", "version": "0.0.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.", "description": "Allows to add html checkboxes to tables and makes them clickable.",
"author": "Obsidian", "author": "anareaty",
"authorUrl": "https://obsidian.md", "authorUrl": "https://github.com/anareaty",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false "isDesktopOnly": false
} }