10 lines
298 B
JSON
10 lines
298 B
JSON
{
|
|
"id": "test-plugin",
|
|
"name": "Test Plugin",
|
|
"version": "0.0.1",
|
|
"minAppVersion": "0.9.12",
|
|
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
|
|
"author": "Leoh",
|
|
"authorUrl": "",
|
|
"isDesktopOnly": false
|
|
}
|